home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / nmap / nmap-4.20-setup.exe / CHANGELOG next >
Text File  |  2006-12-07  |  205KB  |  4,568 lines

  1. # Nmap Changelog ($Id: CHANGELOG 4229 2006-12-08 03:02:09Z fyodor $); -*-text-*-
  2. 4.20
  3.  
  4. o Integrated the latest OS fingerprint submissions.  The 2nd
  5.   generation DB size has grown to 231 fingerprints.  Please keep them
  6.   coming!  New fingerprints include Mac OS X Server 10.5 pre-release,
  7.   NetBSD 4.99.4, Windows NT, and much more.
  8.  
  9. o Fixed a segmentation fault in the new OS detection system
  10.   which was reported by Craig Humphrey and Sebastian Garcia.
  11.  
  12. o Fixed a TCP sequence prediction difficulty indicator bug. The index
  13.   is supposed to go from 0 ("trivial joke") to about 260 (OpenBSD).
  14.   But some systems generated ISNs so insecurely, that Nmap went
  15.   berserk and reported a negative difficulty index.  This generally
  16.   only affects some printers, crappy consumer devices, and Microsoft
  17.   Windows (old versions).  Thanks to Sebastian Garcia for helping me
  18.   track down the problem.
  19.  
  20. 4.20RC2
  21.  
  22. o Integrated all of your OS detection submissions since RC1.  The DB
  23.   has increased 13% to 214 fingerprints.  Please keep them coming!
  24.   New fingerprints include versions of z/OS, OpenBSD, Linux, AIX,
  25.   FreeBSD, Cisco CatOS, IPSO firewall, and a slew of printers and
  26.   misc. devices.  We also got our first Windows 95 fingerprint,
  27.   submitted anonymously of course :).
  28.  
  29. o Fixed (I hope) the "getinterfaces: intf_loop() failed" error which
  30.   was seen on Windows Vista.  The problem was apparently in
  31.   intf-win32.c of libcnet (need to define MIB_IF_TYPE_MAX to
  32.   MAX_IF_TYPE rather than 32).  Thanks to Dan Griffin
  33.   (dan(a)jwsecure.com) for tracking this down!
  34.  
  35. o Applied a couple minor bug fixes for IP options
  36.   support and packet tracing.  Thanks to Michal Luczaj
  37.   (regenrecht(a)o2.pl) for reporting them.
  38.  
  39. o Incorporated SLNP (Simple Library Network Protocol) version
  40.   detection support.  Thanks to Tibor Csogor (tibi(a)tiborius.net) for
  41.   the patch.
  42.  
  43. 4.20RC1
  44.  
  45. o Fixed (I hope) a bug related to Pcap capture on Mac OS X.  Thanks to
  46.   Christophe Thil for reporting the problem and to Kurt Grutzmacher
  47.   and Diman Todorov for helping to track it down.
  48.  
  49. o Integrated all of your OS detection submissions since ALPHA11.  The
  50.   DB has increased 27% to 189 signatures.  Notable additions include
  51.   the Apple Airport Express, Windows Vista RC1, OpenBSD 4.0, a Sony
  52.   TiVo device, and tons of broadband routers, printers, switches, and
  53.   Linux kernels.  Keep those submissions coming!
  54.  
  55. o Upgraded the included LibPCRE from version 6.4 to 6.7.  Thanks to
  56.   Jochen Voss (voss(a)seehuhn.de) for the suggestion (he found some bugs
  57.   in 6.4)
  58.  
  59. 4.20ALPHA11
  60.  
  61. o Integrated all of your OS detection submissions, bringing the
  62.   database up to 149 fingerprints.  This is an increase of 28% from
  63.   ALPHA10.  Notable additions include FreeBSD 6.1, a bunch of HP
  64.   LaserJet printers, and HP-UX 11.11.  We also got a bunch of more
  65.   obscure submissions like Minix 3.1.2a and "Ember InSight Adapter for
  66.   programming EM2XX-family embedded devices".  Who doesn't have a few
  67.   of those laying around?  I'm hoping that all the obscure submissions
  68.   mean that more of the mainstream systems are being detected out of
  69.   the box!  Please keep those submissions (obscure or otherwise)
  70.   coming!
  71.  
  72. 4.20ALPHA10
  73.  
  74. o Integrated tons of new OS fingerprints.  The DB now contains 116
  75.   fingerprints, which is up 63% since the previous version.  Please keep
  76.   the submissions coming!
  77.  
  78. 4.20ALPHA9
  79.  
  80. o Integrated the newly submitted OS fingerprints. The DB now contains
  81.   71 fingerprints, up 27% from 56 in ALPHA8.  Please keep them coming!
  82.   We still only have 4.2% as many fingerprints as the gen1 database.
  83.  
  84. o Added the --open option, which causes Nmap to show only open ports.
  85.   Ports in the states "open|closed" and "unfiltered" might be open, so
  86.   those are shown unless the host has an overwhelming number of them.
  87.  
  88. o Nmap gen2 OS detection used to always do 2 retries if it fails to
  89.   find a match.  Now it normally does just 1 retry, but does 4 retries
  90.   if conditions are good enough to warrant fingerprint submission.
  91.   This should speed things up on average.  A new --max-os-tries option
  92.   lets you specify a higher lower maximum number of tries.
  93.  
  94. o Added --unprivileged option, which is the opposite of --privileged.
  95.   It tells Nmap to treat the user as lacking network raw socket and
  96.   sniffing privileges.  This is useful for testing, debugging, or when
  97.   the raw network functionality of your operating system is somehow
  98.   broken.
  99.  
  100. o Fixed a confusing error message which occured when you specified a
  101.   ping scan or list scan, but also specified -p (which is only used for
  102.   port scans).  Thanks to Thomas Buchanan for the patch.
  103.  
  104. o Applied some small cleanup patches from Kris Katterjohn
  105.  
  106. 4.20ALPHA8
  107.  
  108. o Integrated the newly submitted OS fingerprints.  The DB now contains
  109.   56, up 33% from 42 in ALPHA7.  Please keep them coming!  We still only
  110.   have 3.33% as many signatures as the gen1 database.
  111.  
  112. o Nmap 2nd generation OS detection now has a more sophisticated
  113.   mechanism for guessing a target OS when there is no exact match in the
  114.   database (see http://insecure.org/nmap/osdetect/osdetect-guess.html )
  115.  
  116. o Rewrote mswin32/nmap.rc to remove cruft and hopefully reduce some
  117.   MFC-related compilation problems we've seen.  Thanks to KX
  118.   (kxmail(a)gmail.com) for doing this.
  119.  
  120. o NmapFE now uses a spin button for verbosity and debugging options so
  121.   that you can specify whatever verbosity (-v) or debugging (-d) level
  122.   you desire.  The --randomize-hosts option was also added to NmapFE.
  123.   Thanks to Kris Katterjohn for the patches.
  124.  
  125. o A dozen or so small patches to Nmap and NmapFE by Kris Katterjohn.
  126.  
  127. o Removed libpcap/Win32 and libpcap/msdos as Nmap doesn't use them.
  128.   This reduces the Nmap tar.bz2 by about 50K.  Thanks to Kris Katterjohn
  129.   for the suggestion.
  130.  
  131. 4.20ALPHA7
  132.  
  133. o Did a bunch of Nmap 2nd generation fingerprint integration work.
  134.   Thanks to everyone who sent some in, though we still need a lot more.
  135.   Also thanks to Zhao for a bunch of help with the integration tools.
  136.   4.20ALPHA6 had 12 fingerprints, this new version has 42.  The old DB
  137.   (still included) has 1,684.
  138.  
  139. o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE
  140.   (http://standards.ieee.org/regauth/oui/oui.txt) as of September 6, 2006.
  141.   Also added the unregistered PearPC virtual NIC prefix, as suggested
  142.   by Robert Millan (rmh(a)aybabtu.com).
  143.  
  144. o Applied some small internal cleanup patches by Kris Katterjohn.
  145.  
  146. 4.20ALPHA6
  147.  
  148. o Fixed a bug in 2nd generation OS detection which would (usually) prevent
  149.   fingerprints from being printed when systems don't respond to the 1st
  150.   ICMP echo probe (the one with bogus code value of 9).  Thanks to
  151.   Brandon Enright for reporting and helping me debug the problem.
  152.  
  153. o Fixed some problematic Nmap version detection signatures which could
  154.   cause warning messages. Thanks to Brandon Enright for the initial patch.
  155.  
  156. 4.20ALPHA5
  157.  
  158. o Worked with Zhao to improve the new OS detection system with
  159.   better algorithms, probe changes, and bug fixes.  We're
  160.   now ready to start growing the new database!  If Nmap gives you
  161.   fingerprints, please submit them at the given URL.  The DB is still
  162.   extremely small.  The new system is extensively documented at
  163.   http://insecure.org/nmap/osdetect/ .
  164.  
  165. o Nmap now supports IP options with the new --ip-options flag.  You
  166.   can specify any options in hex, or use "R" (record route), "T"
  167.   (record timestamp), "U") (record route & timestamp), "S [route]"
  168.   (strict source route), or "L [route]" (loose source route).  Specify
  169.   --packet-trace to display IP options of responses.  For further
  170.   information and examples, see http://insecure.org/nmap/man/ and
  171.   http://seclists.org/nmap-dev/2006/q3/0052.html .  Thanks to Marek
  172.   Majkowski for writing and sending the patch.
  173.  
  174. o Integrated all 2nd quarter service detection fingerprint
  175.   submissions.  Please keep them coming!  We now have 3,671 signatures
  176.   representing 415 protocols.   Thanks to version detection czar Doug
  177.   Hoyte for doing this.
  178.  
  179. o Nmap now uses the (relatively) new libpcap pcap_get_selectable_fd
  180.   API on systems which support it.  This means that we no longer need
  181.   to hack the included Pcap to better support Linux.  So Nmap will now
  182.   link with an existing system libpcap by default on that platform if
  183.   one is detected.  Thanks to Doug Hoyte for the patch.
  184.  
  185. o Updated the included libpcap from 0.9.3 to 0.9.4.  The changes I
  186.   made are in libpcap/NMAP_MODIFICATIONS .  By default, Nmap will now
  187.   use the included libpcap unless version 0.9.4 or greater is already
  188.   installed on the system.
  189.  
  190. o Applied some nsock bugfixes from Diman Todorov.  These don't affect
  191.   the current version of Nmap, but are important for his Nmap
  192.   Scripting Engine, which I hope to integrate into mainline Nmap in
  193.   September.
  194.  
  195. o Fixed a bug which would occasionally cause Nmap to crash with the
  196.   message "log_vwrite: write buffer not large enough".  I thought I
  197.   conquered it in a previous release -- thanks to Doug Hoyte for finding a
  198.   corner case which proved me wrong.
  199.  
  200. o Fixed a bug in the rDNS system which prevented us from querying
  201.   certain authoritative DNS servers which have recursion explicitly
  202.   disabled.  Thanks to Doug Hoyte for the patch.
  203.  
  204. o --packet-trace now reports TCP options (thanks to Zhao Lei for the
  205.   patch).  Thanks to the --ip-options addition also found in this
  206.   release, IP options are printed too.
  207.  
  208. o Cleaned up Nmap DNS reporting to be a little more useful and
  209.   concise.  Thanks to Doug Hoyte for the patch.
  210.  
  211. o Applied a bunch of small internal cleanup patches by Kris Katterjohn
  212.   (kjak(a)ispwest.com).
  213.  
  214. o Fixed the 'distclean' make target to be more comprehensive.  Thanks
  215.   to Thomas Buchanan (Thomas.Buchanan(a)thecompassgrp.net) for the
  216.   patch.
  217.  
  218. Nmap 4.20ALPHA4
  219.  
  220. o Nmap now provides progress statistics in the XML output in verbose
  221.   mode.  Here are some examples of the format (etc is "estimated time
  222.   until completion) and times are in UNIX time_t (seconds since 1970)
  223.   format. Angle braces have been replaced by square braces:
  224.   [taskbegin task="SYN Stealth Scan" time="1151384685" /]
  225.   [taskprogress task="SYN Stealth Scan" time="1151384715"
  226.                 percent="13.85" remaining="187" etc="1151384902" /]
  227.   [taskend task="SYN Stealth Scan" time="1151384776" /]
  228.   [taskbegin task="Service scan" time="1151384776" /]
  229.   [taskend task="Service scan" time="1151384788" /]
  230.   Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch.
  231.  
  232. o Updated the Windows installer to give an option checkbox for
  233.   performing the Nmap performance registry changes.  The default is to
  234.   do so.  Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch.
  235.  
  236. o Applied several code cleanup patches from Marek Majkowski.
  237.  
  238. o Added --release-memory option, which causes Nmap to release all
  239.   accessible memory buffers before quitting (rather than let the OS do
  240.   it).  This is only useful for debugging memory leaks.
  241.  
  242. o Fixed a bug related to bogus completion time estimates when you
  243.   request an estimate (through runtime interaction) right when Nmap is
  244.   starting.a subsystem (such as a port scan or version detection).
  245.   Thanks to Diman Todorov for reporting the problem and Doug Hoyte for
  246.   writing a fix.
  247.  
  248. o Nmap no longer gets random numbers from OpenSSL when it is available
  249.   because that turned out to be slower than Nmap's other methods
  250.   (e.g. /dev/urandom on Linux, /dev/arandom on OpenBSD, etc.).  Thanks
  251.   to Marek Majkowski for reporting the problem.
  252.  
  253. o Updated the Windows binary distributions (self-installer and .zip)
  254.   to include the new 2nd generation OS detection DB (nmap-os-db).
  255.   Thanks to Sina Bahram for reporting the problem.
  256.  
  257. o Fixed the --max-retries option, which wasn't being honored.  Thanks
  258.   to Jon Passki (jon.passki(a)hursk.com) for the patch.
  259.  
  260. Nmap 4.20ALPHA3
  261.  
  262. o Added back Win32 support thanks to a patch by kx
  263.  
  264. o Fixed the English translation of TCP sequence difficulty reported by
  265.   Brandon Enright, and also removed fingerprint printing for 1st
  266.   generation fingerprints (I don't really want to deal with those
  267.   anymore).  Thanks to Zhao Lei for writing this patch.
  268.  
  269. o Fix a problem which caused OS detection to be done in some cases
  270.   even if the user didn't request it.  Thanks to Diman Todorov for the
  271.   fix.
  272.  
  273. Nmap 4.20ALPHA2
  274.  
  275. o Included nmap-os-db (the new OS detection DB) within the release.
  276.   Oops!  Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching
  277.   this problem with 4.20ALPHA1.
  278.  
  279. o Added a fix for the crash in the new OS detection which would come
  280.   with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1"
  281.  
  282. Nmap 4.20ALPHA1
  283.  
  284. o Integrated initial 2nd generation OS detection patch!  The system is
  285.   documented at http://insecure.org/nmap/osdetect/ .  Thanks to Zhao Lei
  286.   for helping with the coding and design.
  287.  
  288. o portlist.cc was refactored to remove some code duplication.  Thanks
  289.   to Diman Todorov for the patch.
  290.  
  291. Nmap 4.11
  292.  
  293. o Added a dozens of more detailed SSH version detection signatures, thanks
  294.   to a SSH huge survey and integration effort by Doug Hoyte.  The
  295.   results of his large-scale SSH scan are posted at 
  296.   http://seclists.org/nmap-dev/2006/Apr-Jun/0393.html .
  297.  
  298. o Fixed the Nmap Makefile (actually Makefile.in) to correctly handle
  299.   include file dependencies.  So if a .h file is changed, all of the
  300.   .cc files which depend on it will be recompiled.  Thanks to Diman
  301.   Todorov (diman(a)xover.mud.at) for the patch.
  302.  
  303. o Fixed a compilation problem on solaris and possibly other platforms.
  304.   The error message looked like "No rule to make target `inet_aton.o',
  305.   needed by `libnbase.a'".  Thanks to Matt Selsky
  306.   (selsky(a)columbia.edu) for the patch.
  307.  
  308. o Applied a patch which helps with HP-UX compilation by linking in the
  309.   nm library (-lnm).  Thanks to Zakharov Mikhail
  310.   (zmey20000(a)yahoo.com) for the patch.
  311.  
  312. o Added version detection probes for detecting the Nessus daemon.
  313.   Thanks to Adam Vartanian (flooey(a)gmail.com) for sending the patch.
  314.  
  315. Nmap 4.10
  316.  
  317. o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE
  318.   (http://standards.ieee.org/regauth/oui/oui.txt) as of May 31, 2006.
  319.   Also added a couple unregistered OUI's (for QEMU and Bochs)
  320.   suggested by Robert Millan (rmh(a)aybabtu.com).
  321.  
  322. o Fixed a bug which could cause false "open" ports when doing a UDP
  323.   scan of localhost. This usually only happened when you scan tens of
  324.   thousands of ports (e.g. -p- option).
  325.  
  326. o Fixed a bug in service detection which could lead to a crash when
  327.   "--version-intensity 0" was used with a UDP scan.  Thanks to Makoto
  328.   Shiotsuki (shio(a)st.rim.or.jp) for reporting the problem and Doug
  329.   Hoyte for producing a patch.
  330.  
  331. o Made some AIX and HP-UX portability fixes to Libdnet and NmapFE.
  332.   These were sent in by Peter O'Gorman
  333.   (nmap-dev(a)mlists.thewrittenword.com).
  334.  
  335. o When you do a UDP+TCP scan, the TCP ports are now shown first (in
  336.   numerical order), followed by the UDP ports (also in order).  This
  337.   contrasts with the old format which showed all ports together in
  338.   numerical order, regardless of protocol.  This was at first a "bug",
  339.   but then I started thinking this behavior may be better.  If you
  340.   have a preference for one format or the other, please post your
  341.   reasons to nmap-dev.
  342.  
  343. o Changed mass_dns system to print a warning if it can't find any
  344.   available DNS servers, but not quit like it used to.  Thanks to Doug
  345.   Hoyte for the patch.
  346.  
  347. Nmap 4.04BETA1
  348.  
  349. o Integrated all of your submissions (about a thousand) from the first
  350.   quarter of this year!  Please keep 'em coming!  The DB has increased
  351.   from 3,153 signatures representing 381 protocols in 4.03 to 3,441
  352.   signatures representing 401 protocols.  No other tool comes close!
  353.   Many of the already existing match lines were improved too.  Thanks
  354.   to Version Detection Czar Doug Hoyte for doing this.
  355.  
  356. o Nmap now allows multiple ignored port states.  If a 65K-port scan
  357.   had, 64K filtered ports, 1K closed ports, and a few dozen open
  358.   ports, Nmap used to list the dozen open ones among a thousand lines
  359.   of closed ports.  Now Nmap will give reports like "Not shown: 64330
  360.   filtered ports, 1000 closed ports" or "All 2051 scanned ports on
  361.   192.168.0.69 are closed (1051) or filtered (1000)", and omit all of
  362.   those ports from the table.  Open ports are never ignored.  XML
  363.   output can now have multiple <extraports> directive (one for each
  364.   ignored state).  The number of ports in a single state before it is
  365.   consolidated defaults to 26 or more, though that number increases as
  366.   you add -v or -d options.  With -d3 or higher, no ports will be
  367.   consolidated.  The XML output should probably be augmented to give
  368.   the extraports directive 'ip', 'tcp', and 'udp' attributes which
  369.   specify the corresponding port numbers in the given state in the
  370.   same listing format as the nmaprun.scaninfo.services attribute, but
  371.   that part hasn't yet been implemented.  If you absoultely need the
  372.   exact port numbers for each state in the XML, use -d3 for now.
  373.  
  374. o Nmap now ignores certain ICMP error message rate limiting (rather
  375.   than slowing down to accomidate it) in cases such as SYN scan where
  376.   an ICMP message and no response mean the same thing (port filtered).
  377.   This is currently only done at timing level Aggressive (-T4) or
  378.   higher, though we may make it the default if we don't hear problems
  379.   with it.  In addition, the --defeat-rst-ratelimit option has been
  380.   added, which causes Nmap not to slow down to accomidate RST rate
  381.   limits when encountered.  For a SYN scan, this may cause closed
  382.   ports to be labeled 'filtered' becuase Nmap refused to slow down
  383.   enough to correspond to the rate limiting.  Learn more about this
  384.   new option at http://www.insecure.org/nmap/man/ .  Thanks to Martin
  385.   Macok (martin.macok(a)underground.cz) for writing the patch that
  386.   these changes were based on.
  387.  
  388. o Moved my Nmap development environment to Visual C++ 2005 Express
  389.   edition.  In typical "MS Upgrade Treadmill" fashion, Visual Studio
  390.   2003 users will no longer be able to compile Nmap using the new
  391.   solution files.  The compilation, installation, and execution
  392.   instructions at
  393.   http://www.insecure.org/nmap/install/inst-windows.html have been
  394.   upgraded.  
  395.  
  396. o Automated my Windows build system so that I just have to type a
  397.   single make command in the mswin32 directory.  Thanks to Scott
  398.   Worley (smw(a)pobox.com>, Shane & Jenny Walters
  399.   (yfisaqt(a)waltersinamerica.com), and Alex Prinsier
  400.   (aphexer(a)mailhaven.com) for reading my appeal in the 4.03
  401.   CHANGELOG and assisting.
  402.  
  403. o Changed the PortList class to use much more efficient data
  404.   structures and algorithms which take advantage of Nmap-specific
  405.   behavior patterns.  Thanks to Marek Majkowski
  406.   (majek(a)forest.one.pl) for the patch.
  407.  
  408. o Fixed a bug which prevented certain TCP+UDP scan commands, such as
  409.   "nmap -sSU -p1-65535 localhost" from scanning both TCP and UDP.
  410.   Instead they gave the error message "WARNING: UDP scan was requested,
  411.   but no udp ports were specified.  Skipping this scan type".  Thanks to
  412.   Doug Hoyte for the patch.
  413.  
  414. o Nmap has traditionally required you to specify -T* timing options
  415.   before any more granular options like --max-rtt-timeout, otherwise the
  416.   general timing option would overwrite the value from your more
  417.   specific request.  This has now been fixed so that the more specific
  418.   options always have precendence.  Thanks to Doug Hoyte for this patch.
  419.  
  420. o Fixed a couple possible memory leaks reported by Ted Kremenek
  421.  (kremenek(a)cs.stanford.edu) from the Stanford University sofware
  422.  static analysis lab ("Checker" project).
  423.  
  424. o Nmap now prints a warning when you specify a target name which
  425.   resolves to multiple IP addresses.  Nmap proceeds to scan only the
  426.   first of those addresses (as it always has done).  Thanks to Doug
  427.   Hoyte for the patch.  The warning looks like this:
  428.   Warning: Hostname google.com resolves to 3 IPs. Using 66.102.7.99.
  429.  
  430. o Disallow --host-timeout values of less than 1500ms, print a warning
  431.   for values less than 15s.
  432.  
  433. o Changed all instances of inet_aton() into calls to inet_pton()
  434.   instead.  This allowed us to remove inet_aton.c from nbase.  Thanks to
  435.   KX (kxmail(a)gmail.com) for the patch.
  436.  
  437. o When debugging (-d) is specified, Nmap now prints a report on the
  438.   timing variables in use.  Thanks to Doug Hoyte for the patch.  The
  439.   report loos like this:
  440.   ---------- Timing report ----------
  441.     hostgroups: min 1, max 100000
  442.     rtt-timeouts: init 250, min 50, max 300
  443.     scan-delay: TCP 5, UDP 1000
  444.     parallelism: min 0, max 0
  445.     max-retries: 2, host-timeout 900000
  446.   -----------------------------------
  447.  
  448. o Modified the WinPcap installer file to explicitly uninstall an
  449.   existing WinPcap (if you select that you wish to replace it) rather
  450.   than just overwriting the old version.  Thanks to Doug Hoyte for
  451.   making this change.
  452.  
  453. o Added some P2P application ports to the nmap-services file.  Thanks
  454.   to Martin Macok for the patch.
  455.  
  456. o The write buffer length increased in 4.03 was increased even further
  457.   when the debugging or verbosity levels are more than 2 (e.g. -d3).
  458.   Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for the patch.  The
  459.   goal is to prevent you from ever seeing the fatal error:
  460.   "log_vwrite: write buffer not large enough -- need to increase"
  461.  
  462. o Added a note to the Nmap configure dragon that people sick of him
  463.   can submit their own ASCII art to nmap-dev@insecure.org .  If you
  464.   are wondering WTF I am talking about, it is probably because only
  465.   most elite Nmap users -- the ones who compile from source on UNIX --
  466.   get to see the 'l33t ASCII Art.
  467.  
  468. Nmap 4.03
  469.  
  470. o Updated the LibPCRE build system to add the -fno-thread-jumps option
  471.   to gcc when compiling on the new Intel-based Apple Mac OS X systems.
  472.   Hopefully this resolves the version detection crashes that several
  473.   people have reported on such systems.  Thanks to Kurt Grutzmacher
  474.   (grutz(a)jingojango.net) for sending the configure.ac patch.
  475.  
  476. o Made some portability fixes to keep Nmap compiling with the newest
  477.   Visual Studio 2005.  Thanks to KX (kxmail(a)gmail.com) for
  478.   suggesting them.
  479.  
  480. o Service fingerprints are now provided in the XML output whenever
  481.   they would appear in the interactive output (i.e. when a service
  482.   response with data but is unrecognized).  They are shown in a new
  483.   'servicefp' attribute to the 'service' tag.  Thanks to Brandon Enright
  484.   (bmenrigh(a)ucsd.edu) for sending the patch.
  485.  
  486. o Improved the Windows build system -- mswin32/Makefile now takes care
  487.   of packaging Nmap and creating the installers once Visual Studio (GUI)
  488.   is done building the Release version of mswin32/nmap.sln.  If someone
  489.   knows how to do this (build) step on the command line (using the
  490.   Makefile), please let me know.  Or if you know how to at least make
  491.   'Release' (rather than Debug) the default configuration, that would be
  492.   valuable.
  493.  
  494. o WinPcap 3.1 binaries are now shipped in the Nmap tarball, along with
  495.   a customized installer written by Doug Hoyte.  That new WinPcap
  496.   installer is now used by the Nmap self-installer (if you request
  497.   WinPcap installation).  Some Nmap users were uncomfortable with a
  498.   "phone home" feature of the official WinPcap installer.  It connects
  499.   back to CACE Technologies, ostensibly to display news and (more
  500.   recently) advertisements.  Our new installer omits that feature, but
  501.   should be otherwise perfectly compatible with WinPcap 3.1.
  502.  
  503. o Fixed (I hope) a problem where aggressive --min-parallelization
  504.   option values could cause Nmap to quit with the message "box(300, 100,
  505.   15) called (min,max,num)".  Thanks to  Richard van den Berg
  506.   (richard.vandenberg(a)ins.com) for reporting the problem.
  507.  
  508. o Fixed a rare crash bug thanks to a report and patch from Ganga
  509.   Bhavani (GBhavani(a)everdreamcorp.com)
  510.  
  511. o Increased a write buffer length to keep Nmap from quitting with the
  512.   message "log_vwrite: write buffer not large enough -- need to
  513.   increase".  Thanks to Dave (dmarcher(a)pobox.com) for reporting the
  514.   issue.
  515.  
  516. Nmap 4.02ALPHA2
  517.  
  518. o Updated to a newer XSL stylesheet (for XML to HTML output
  519.   transformation) by Benjamin Erb.  This new version includes IP
  520.   address sorting, removal of javascript requirements, some new
  521.   address, hostname, and Nmap version information, and various minor
  522.   tweaks and fixes.
  523.  
  524. o Cleaned up the Amiga port code to use atexit() rather than the
  525.   previous macro hack.  Thanks to Kris Katterjohn (kjak(a)ispwest.com)
  526.   for the patch.  Applied maybe half a dozen new other code cleanup
  527.   patches from him as well.
  528.  
  529. o Made some changes to various Nmap initialization functions which
  530.   help ALT Linux (altlinux.org) and Owl (openwall.com) developers run
  531.   Nmap in a chroot environment.  Thanks to Dmitry V. Levin
  532.   (ldv(a)altlinux.org) for the patch.
  533.  
  534. o Cleaned up the code a bit by making a bunch (nearly 100) global
  535.   symbols (mostly function calls) static.  I was also able to removed
  536.   some unused functions and superfluous config.h.in defines.  Thanks
  537.   to Dmitry V. Levin (ldv(a)altlinux.org) for sending a list of
  538.   candidate symbols.
  539.  
  540. o Nmap now tests for the existence of data files using stat(2) rather
  541.   than testing whether they can be opened for reading (with fopen).
  542.   This is because some device files (tape drives, etc.) may react badly
  543.   to being opened at all.  Thanks to Dmitry V. Levin
  544.   (ldv(a)altlinux.org) for the suggestion.
  545.  
  546. o Changed Nmap to cache interface information rather than opening and
  547.   closing it (with dnet's eth_open and eth_close functions) all the
  548.   time.
  549.  
  550. o Applied a one-character Visual Studio 2005 compatibility patch from
  551.   kx (kxmail(a)gmail.com).  It changed getch() into _getch() on Windows.
  552.  
  553. Nmap 4.02ALPHA1
  554.  
  555. o Added the --log-errors option, which causes most warnings and error
  556.   messages that are printed to interactive-mode output (stdout/stderr)
  557.   to also be printed to the normal-format output file (if you
  558.   specified one).  This will not work for most errors related to bad
  559.   command-line arguments, as Nmap may not have initialized its output
  560.   files yet.  In addition, some Nmap error/warning messages use a
  561.   different system that does not yet support this option.
  562.  
  563. o Rewrote much of the Nmap results output functions to be more
  564.   efficient and support --log-errors.
  565.  
  566. o Fixed a flaw in the scan engine which could (in rare cases)
  567.   lead to a deadlock situation that prevents a scan from completing.
  568.   Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for reporting
  569.   and helping to debug the problem.
  570.  
  571. o If the pcap_open_live() call (initiates sniffing) fails, Nmap now
  572.   tries up to two more times after waiting a little while. This is
  573.   attempt to work around a rare bug on Windows in which the
  574.   pcap_open_live() fails for unknown reasons.
  575.  
  576. o Fixed a flaw in the runtime interaction in which Nmap would include
  577.   hosts currently being scanned in the number of hosts "completed"
  578.   statistic.
  579.  
  580. o Fixed a crash in OS scan which could occur on Windows when a DHCP
  581.   lease issue causes the system to lose its IP address.  Nmap still
  582.   quits, but at least it gives a proper error message now.  Thanks to
  583.   Ganga Bhavani (GBhavani(a)everdreamcorp.com) for the patch.
  584.  
  585. o Applied more than half a dozen small code cleanup patches from
  586.   Kris Katterjohn (kjak(a)ispwest.com).
  587.  
  588. o Modified the configure script to accept CXX when specified as an
  589.   absolute path rather than just the executable name.  Thanks to
  590.   Daniel Roethlisberger (daniel(a)roe.ch) for this patch.
  591.  
  592. Nmap 4.01
  593.  
  594. o Fixed a bug that would cause bogus reverse-DNS resolution on
  595.   big-endian machines.  Thanks to Doug Hoyte, Seth Miller, Tony Doan,
  596.   and Andrew Lutomirsky for helping to debug and patch the problem.
  597.  
  598. o Fixed an important memory leak in the raw ethernet sending system.
  599.   Thanks to Ganga Bhavani (GBhavani(a)everdreamcorp.com) for
  600.   identifying the bug and sending a patch.
  601.  
  602. o Fixed --system-dns option so that --system_dns works too.  Error
  603.   messages were changed to reflect the former (preferred) name.
  604.   Thanks to Sean Swift (sean.swift(a)bradford.gov.uk) and Peter
  605.   VanEeckhoutte (Peter.VanEeckhoutte(a)saraleefoodseurope.com) for
  606.   reporting the problem.
  607.  
  608. o Fixed a crash which would report this message:
  609.   "NmapOutputTable.cc:143: void NmapOutputTable::addItem(unsigned int,
  610.   unsigned int, bool, const char*, int): Assertion `row < numRows'
  611.   failed."  Thanks to Jake Schneider (Jake.Schneider(a)dynetics.com) for
  612.   reporting and helping to debug the problem.
  613.  
  614. o Whenever Nmap sends packets with the SYN bit set (except for OS
  615.   detection), it now includes the maximum segment size (MSS) tcp
  616.   option with a value of 1460.  This makes it stand out less as almost
  617.   all hosts set at least this option.  Thanks to Juergen Schmidt
  618.   (ju(a)heisec.de) for the suggestion.
  619.  
  620. o Applied a patch for a Windows interface reading bug in the aDNS
  621.   subsystem from Doug Hoyte.
  622.  
  623. o Minor changes to recognize DragonFly BSD in configure
  624.   scripts. Thanks to Joerg Sonnenberger (joerg(a)britannica.bec.de)
  625.   for sending the patch.
  626.  
  627. o Fixed a minor bug in an error message starting with "eth_send of ARP
  628.   packet returned".  Thanks to J.W. Hoogervorst
  629.   (J.W.Hoogervorst(a)uva.nl) for finding this.
  630.  
  631. Nmap 4.00
  632.  
  633. o Added the '?' command to the runtime interaction system.  It prints a
  634.   list of accepted commands.  Thanks to Andrew Lutomirski
  635.   (luto(a)myrealbox.com) for the patch.
  636.  
  637. o See the announcement at
  638.   http://www.insecure.org/stf/Nmap-4.00-Release.html for high-level
  639.   changes since 3.50.
  640.  
  641. Nmap 3.9999
  642.  
  643. o Generated a new libpcre/configure to cope with changes in LibPCRE
  644.   6.4
  645.  
  646. o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE
  647.   (http://standards.ieee.org/regauth/oui/oui.txt)
  648.  
  649. o Updated nmap-protocols with the latest IEEE internet protocols
  650.   assignments (http://www.iana.org/assignments/protocol-numbers).
  651.  
  652. o Updated the Nmap version number and related fields that MS Visual
  653.   Studio places in the binary.  This was done by editing
  654.   mswin32/nmap.rc.
  655.  
  656. Nmap 3.999
  657.  
  658. o Added runtime interaction support to Windows, thanks to patches from
  659.   Andrew Lutomirski (luto(a)myrealbox.com) and Gisle Vanem (giva(a)bgnett.no).
  660.  
  661. o Changed a couple lines of tcpip.cc (put certain IP header fields in
  662.   host byte order rather than NBO) to (hopefully) support Mac OS X on
  663.   Intel.  Thanks to Kurt Grutzmacher (grutz(a)jingojango.net) for the
  664.   patch.
  665.  
  666. o Upgraded the included LibPCRE from version 6.3 to 6.4.  There was a
  667.   report of version detection crashes on the new Intel-based MACs with
  668.   6.3.
  669.  
  670. o Fixed an issue in which the installer would malfunction in rare
  671.   issues when installing to a directory with spaces in it.  Thanks to
  672.   Thierry Zoller (Thierry(a)Zoller.lu) for the report.
  673.  
  674. Nmap 3.99
  675.  
  676. o Integrated all remaining 2005 service submissions.  The DB now has
  677.   surpassed 3,000 signatures for the first time.  There now are 3,153
  678.   signatures for 381 service protocols.  Those protocols span the
  679.   gamut from abc, acap, afp, and afs to zebedee, zebra, and
  680.   zenimaging.  It even covers obscure protocols such as http, ftp,
  681.   smtp, and ssh :).  Thanks to Version Detection Czar Doug Hoyte for
  682.   his excellent work on this.
  683.  
  684. o Created a Windows executable installer using the open source NSIS
  685.   (Nullsoft Scriptable Install System).  It handles Pcap installation,
  686.   registry performance changes, and adding Nmap to your cmd.exe
  687.   executable path.  The installer source files are in mswin32/nsis/ .
  688.   Thanks to Google SoC student Bo Jiang (jiangbo(a)brandeis.edu) for
  689.   creating the initial version.
  690.  
  691. o Fixed a backward compatibility bug in which Nmap didn't recognize
  692.   the --min_rtt_timeout option (it only recognized the newly
  693.   hyphenated --min-rtt-timeout).  Thanks to Joshua D. Abraham
  694.   (jabra(a)ccs.neu.edu) for the bug report.
  695.  
  696. o Fixed compilation to again work with gcc-derivatives such as
  697.   MingW. Thanks to Gisle Vanem (giva(a)bgnett.no) for sending the
  698.   patches
  699.  
  700. Nmap 3.98BETA1
  701.  
  702. o Added run time interaction as documented at
  703.   http://www.insecure.org/nmap/man/man-runtime-interaction.html .
  704.   While Nmap is running, you can now press 'v' to increase verbosity,
  705.   'd' to increase the debugging level, 'p' to enable packet tracing,
  706.   or the capital versions (V,D,P) to do the opposite.  Any other key
  707.   (such as enter) will print out a status message giving the estimated
  708.   time until scan completion.  This only works on UNIX for now.  Do we
  709.   have any volunteers to add Windows support?  You would need to
  710.   change a handful of UNIX-specific termio calls with the Windows
  711.   equivalents.  This feature was created by Paul Tarjan
  712.   (ptarjan(a)stanford.edu) as part of the Google Summer of Code.
  713.  
  714. o Reverse DNS resolution is now done in parallel rather than one at a
  715.   time.  All scans of large networks (particularly list, ping and
  716.   just-a-few-ports scans) should benefit substantially from this
  717.   change.  If you encounter any problems, please let us know.  The new
  718.   --system_dns option was added so you can use the (slow) system
  719.   resolver if you prefer that for some reason.  You can specify a
  720.   comma separated list of DNS server IP addresses for Nmap to use with
  721.   the new --dns_servers option.  Otherwise, Nmap looks in
  722.   /etc/resolve.conf (UNIX) or the system registry (Windows) to obtain
  723.   the nameservers already configured for your system.  This excellent
  724.   patch was written by Doug Hoyte (doug(a)hcsw.org).
  725.  
  726. o Added the --badsum option, which causes Nmap to use invalid TCP or
  727.   UDP checksums for packets sent to target hosts. Since virtually all
  728.   host IP stacks properly drop these packets, any responses received
  729.   are likely coming from a firewall or IDS that didn't bother to
  730.   verify the checksum. For more details on this technique, see
  731.   http://www.phrack.org/phrack/60/p60-0x0c.txt .  The author of that
  732.   paper, Ed3f (ed3f(a)antifork.org), is also the author of this patch
  733.   (which I changed it a bit).
  734.  
  735. o The 26 Nmap commands that previously included an underscore
  736.   (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been
  737.   renamed to use a hyphen in the preferred format
  738.   (i.e. --max-rtt-timeout).  Underscores are still supported for
  739.   backward compatibility.
  740.  
  741. o More excellent NmapFE patches from Priit Laes (amd(a)store20.com)
  742.   were applied to remove all deprecated GTK API calls.  This also
  743.   eliminates the annoying Gtk-Critical and Gtk-WARNING runtime messages.
  744.  
  745. o Changed the way the __attribute__ compiler extension is detected so
  746.   that it works with the latest Fedora Core 4 updates (and perhaps other
  747.   systems).  Thanks to Duilio Protti (dprotti(a)fceia.unr.edu.ar) for
  748.   writing the patch.  The compilation error message this fixes was
  749.   usually something like: "nmap.o(.rodata+0x17c): undefined reference
  750.   to `__gthrw_pthread_cancel(unsigned long)"
  751.  
  752. o Added some exception handling code to mswin32/winfix.cc to prevent
  753.   Nmap from crashing mysteriously when you have WinPcap 3.0 or earlier
  754.   (instead of the required 3.1).  It now prints an error message instead
  755.   asking you to upgrade, then reduces functionality to connect()-only
  756.   mode.  I couldn't get it working with the C++ standard try/catch()
  757.   blocks, but as soon as I used the nonstandard MS conventions
  758.   (__try/__except(), everything worked fine. Shrug.
  759.  
  760. o Stripped the firewall API out of the libdnet included with Nmap
  761.   because Nmap doesn't use it anyway.  This saves space and reduces the
  762.   likelihood of compilation errors and warnings.
  763.  
  764. o Modified the previously useless --noninteractive option so that it
  765.   deactivates runtime interaction.
  766.  
  767. Nmap 3.96BETA1
  768.  
  769. o Added --max_retries option for capping the maximum number of
  770.   retransmissions the port scan engine will do. The value may be as low
  771.   as 0 (no retransmits).  A low value can increase speed, though at the
  772.   risk of losing accuracy.  The -T4 option now allows up to 6 retries,
  773.   and -T5 allows 2.  Thanks to Martin Macok
  774.   (martin.macok(a)underground.cz) for writing the initial patch, which I
  775.   changed quite a bit.  I also updated the docs to reflect this neat
  776.   new option.
  777.  
  778. o Many of the Nmap low-level timing options take a value in
  779.   milliseconds.  You can now append an 's', 'm', or 'h' to the value
  780.   to give it in seconds, minutes, or hours instead.  So you can specify a
  781.   45 minute host timeout with --host_timeout 45m rather than specifying
  782.   --host_timeout 2700000 and hoping you did the math right and have the 
  783.   correct number of zeros.  This also now works for the
  784.   --min_rtt_timeout, --max_rtt_timeout, --initial_rtt_timeout,
  785.   --scan_delay, and --max_scan_delay options.
  786.  
  787. o Improved the NmapFE port to GTK2 so it better-conforms to the new
  788.   API and you don't get as many annoying messages in your terminal
  789.   window.  GTK2 is prettier and more functional too.  Thanks to Priit
  790.   Laes (amd(a)store20.com) for writing these
  791.   excellent patches.
  792.  
  793. o Fixed a problem which led to the error message "Failed to determine
  794.   dst MAC address for target" when you try to run Nmap using a
  795.   dialup/PPP adapter on Windows rather than a real ethernet card.  Due
  796.   to Microsoft breaking raw sockets, Nmap no longer supports dialup
  797.   adapters, but it should now give you a clearer error message than
  798.   the "dst MAC address" nonsense.
  799.  
  800. o Debian GNU/kFreeBSD is now supported thanks to a patch to libdnet's
  801.   configure.in by Petr Salinger (Petr.Salinger(a)t-systems.cz).
  802.  
  803. o Tried to update to the latest autoconf only to find that there
  804.   hasn't been a new version in more than two years :(.  I was able to
  805.   find new config.sub and config.guess files at
  806.   http://cvs.savannah.gnu.org/viewcvs/config/config/ , so I updated to
  807.   those.
  808.  
  809. o Fixed a problem with the -e option when run on Windows (or UNIX with
  810.   --send_eth) when run on an ethernet network against an external
  811.   (routed) host.  You would get the message "NmapArpCache() can only
  812.   take IPv4 addresses.  Sorry".  Thanks to KX (kxmail(a)gmail.com) for
  813.   helping to track down the problem.
  814.  
  815. o Made some changes to allow source port zero scans (-g0).  Nmap used
  816.   to refuse to do this, but now it just gives a warning that it may not
  817.   work on all systems.  It seems to work fine on my Linux box.  Thanks
  818.   to Bill Dale (bill_dale(a)bellsouth.net) for suggesting this feature.
  819.  
  820. o Made a change to libdnet so that Windows interfaces are listed as
  821.   down if they are disconnected, unplugged, or otherwise unavailable.
  822.  
  823. o Ceased including foreign translations in the Nmap tarball as they
  824.   take up too much space.  HTML versions can be found at
  825.   http://www.insecure.org/nmap/docs.html , while XML and NROFF versions
  826.   are available from http://www.insecure.org/nmap/data/man-xlate/ .
  827.  
  828. o Changed INSTALL and README-WIN32 files to mostly just reference the
  829.   new Nmap Install Guide at http://www.insecure.org/nmap/install/ .
  830.  
  831. o Included docs/nmap-man.xml in the tarball distribution, which is the
  832.   DocBook XML source for the Nmap man page.  Patches to Nmap that are
  833.   user-visible should include patches to the man page XML source rather
  834.   than to the generated Nroff.
  835.  
  836. o Fixed Nmap so it doesn't crash when you ask it to resume a previous
  837.   scan, but pass in a bogus file rather than actual Nmap output.  Thanks
  838.   to Piotr Sobolewski (piotr_sobolewski(a)o2.pl) for the fix.
  839.  
  840. Nmap 3.95
  841.  
  842. o Fixed a crash in IPID Idle scan.  Thanks to Ron
  843.   (iago(a)valhallalegends.com>, Bakeman (bakeman(a)physics.unr.edu),
  844.   and others for reporting the problem.
  845.  
  846. o Fixed an inefficiency in RPC scan that could slow things down and
  847.   also sometimes resulted in the spurious warning message: "Unable to
  848.   find listening socket in get_rpc_results"
  849.  
  850. o Fixed a 3.94ALPHA3 bug that caused UDP scan results to be listed as
  851.   TCP ports instead.  Thanks to Justin M Cacak (jcacak(a)nebraska.edu)
  852.   for reporting the problem.
  853.  
  854. Nmap 3.94ALPHA3
  855.  
  856. o Updated NmapFE to build with GTK2 rather than obsolete GTK1.  Thanks
  857.   to Mike Basinger (dbasinge(a)speakeasy.net) and Meethune Bhowmick
  858.   (meethune(a)oss-institute.org) for developing the
  859.   patch.  I made some changes as well to prevent compilation warnings.
  860.   The new NmapFE now seems to work, though I do get "Gtk-CRITICAL"
  861.   assertion error messages.  If someone has time to look into this, that
  862.   would be appreciated.
  863.  
  864. o Fixed a compilation problem on Mac OS X and perhaps other platforms
  865.   with a one-line fix to scan_engine.cc.  Thanks to Felix Gr├╢bert
  866.   (felix(a)groebert.org) for notifying me of the problem.
  867.  
  868. o Fixed a problem that prevented the command "nmap -sT -PT <targets>"
  869.   from working from a non-privileged user account.  The -PT option
  870.   doesn't change default behavior in this case, but Nmap should (and now
  871.   does) allow it.
  872.  
  873. o Applied another VS 2005 compatibility patch from KX (kxmail(a)gmail.com).
  874.  
  875. o Define INET_ADDRSTRLEN in tcpip.h if the system doesn't define it
  876.   for us.  This apparently aids compilation on Solaris 2.6 and 7.
  877.   Thanks to Albert Chin (nmap-hackers(a)mlists.thewrittenword.com) for
  878.   sending the patch..
  879.  
  880. Nmap 3.94ALPHA2
  881.  
  882. o Put Nmap on a diet, with changes to the core port scanning routine
  883.   (ultra_scan) to substantially reduce memory consumption, particularly
  884.   when tens of thousands of ports are scanned.
  885.  
  886. o Fixed a problem with the -S and option on Windows reporting "Failed
  887.   to resolve/decode supposed IPv4 source address".  The -D (decoy)
  888.   option was probably broken on that platform too.  Thanks to KX
  889.   (kxmail(a)gmail.com) for reporting the problem and tracking down a
  890.   potential solution.
  891.  
  892. o Better handle ICMP type 3, code 0 (network unreachable) responses to
  893.   port scan packets.  These are rarely seen when scanning hosts that
  894.   are actually online, but are still worth handling.
  895.  
  896. o Applied some small fixes so that Nmap compiles with Visual C++
  897.   2005 Express, which is free from Microsoft at
  898.   http://msdn.microsoft.com/vstudio/express/visualc/ .  Thanks to KX
  899.   (kxmail(a)gmail.com) and Sina Bahram (sbahram(a)nc.rr.com)
  900.  
  901. o Removed foreign translations of the old man page from the
  902.   distribution.  Included the following contributed translations
  903.   (nroff format) of the new man page:
  904.     Brazilian Portuguese by Lucien Raven (lucienraven(a)yahoo.com.br)
  905.     Portuguese (Portugal) by Jos├⌐ Domingos (jd_pt(a)yahoo.com) and 
  906.                              Andreia Gaita (shana.ufie(a)gmail.com).
  907.  
  908. o Added --thc option (undocumented)
  909.  
  910. o Modified libdnet-stripped/src/eth-bsd.c to allow for up to 128 bpf
  911.   devices rather than 32.  This prevents errors like "Failed to open
  912.   ethernet interface (fxp0)" when there are more than 32 interface
  913.   aliases.  Thanks to Krok (krok(a)void.ru) for reporting the problem
  914.   and even sending a patch.
  915.  
  916. Nmap 3.94ALPHA1
  917.  
  918. o Wrote a new man page from scratch.  It is much more comprehensive
  919.   (more than twice as long) and (IMHO) better organized than the
  920.   previous one.  Read it online at http://www.insecure.org/nmap/man/
  921.   or docs/nmap.1 from the Nmap distribution.  Let me know if you have
  922.   any ideas for improving it.
  923.  
  924. o Wrote a new "help screen", which you get when running Nmap without
  925.   arguments.  It is also reproduced in the man page and at
  926.   http://www.insecure.org/nmap/data/nmap.usage.txt .  I gave up trying
  927.   to fit it within a 25-line, 80-column terminal window.  It is now 78
  928.   lines and summarizes all but the most obscure Nmap options.
  929.  
  930. o Version detection softmatches (when Nmap determines the service
  931.   protocol such as smtp but isn't able to determine the app name such as
  932.   Postfix) can now parse out the normal match line fields such as
  933.   hostname, device type, and extra info.  For example, we may not know
  934.   what vendor created an sshd, but we can still parse out the protocol
  935.   number.  This was a patch from  Doug Hoyte (doug(a)hcsw.org).
  936.  
  937. o Fixed a problem which caused UDP version scanning to fail to print
  938.   the matched service.  Thanks to Martin Macok
  939.   (martin.macok(a)underground.cz) for reporting the problem and Doug
  940.   Hoyte (doug(a)hcsw.org) for fixing it.
  941.  
  942. o Made the version detection "ports" directive (in
  943.   nmap-service-probes) more comprehensive.  This should speed up scans a
  944.   bit.  The patch was done by Doug Hoyte (doug(a)hcsw.org).
  945.  
  946. o Added the --webxml option, which does the same thing as 
  947.   --stylesheet http://www.insecure.org/nmap/data/nmap.xsl , without
  948.   requiring you to remember the exact URL or type that whole thing.
  949.  
  950. o Fixed a crash occurred when the --exclude option was used with
  951.   netmasks on certain platforms.  Thanks to Adam
  952.   (nmapuser(a)globalmegahost.com) for reporting the problem and to
  953.   Greg Darke (starstuff(a)optusnet.com.au) for sending a patch (I
  954.   modified the patch a bit to make it more efficient).
  955.  
  956. o Fixed a problem with the -S and -e options (spoof/set
  957.   source address, and set interface by name, respectively).  The problem
  958.   report and a partial patch were sent by Richard Birkett
  959.   (richard(a)musicbox.net).
  960.  
  961. o Fixed a possible aliasing problem in tcpip.cc by applying a patch sent in by
  962.   Gwenole Beauchesne (gbeauchesne(a)mandriva.com).  This problem
  963.   shouldn't have had any effect on users since we already include the
  964.   -fno-strict-aliasing option whenever gcc 4 is detected, but it
  965.   brings us closer to being able to remove that option.
  966.  
  967. o Fixed a bug that caused Nmap to crash if an nmap-service-probes file
  968.   was used which didn't contain the Exclude directive.
  969.  
  970. o Fixed a bunch of typos and misspellings throughout the Nmap source
  971.   code (mostly in comments).  This was a 625-line patch by Saint Xavier
  972.   (skyxav(a)skynet.be).
  973.  
  974. o Nmap now accepts target list files in Windows end-of-line format (\r\n)
  975.   as well as standard UNIX format (\n) on all platforms.  Passing a
  976.   Windows style file to Nmap on UNIX didn't work before unless you ran
  977.   dos2unix first.
  978.  
  979. o Removed Identd scan support from NmapFE since Nmap no longer
  980.   supports it.  Thanks to Jonathan Dieter (jdieter99(a)gmx.net) for the
  981.   patch.
  982.  
  983. o Integrated all of the September version detection fingerprint
  984.   submissions.  This was done by Version Detection Czar Doug Hoyte
  985.   (doug(a)hcsw.org) and resulted in 86 new match lines.  Please keep
  986.   those submissions coming!
  987.  
  988. o Fixed a divide-by-zero crash when you specify rather bogus
  989.   command-line arguments (a TCP scan with zero tcp ports).  Thanks to
  990.   Bart Dopheide (dopheide(a)fmf.nl) for identifying the problem and
  991.   sending a patch.
  992.  
  993. o Fixed a minor syntax error in tcpip.h that was causing problems with
  994.   GCC 4.1.  Thanks to Dirk Mueller (dmuell(a)gmx.net) for reporting
  995.   the problem and sending a fix.
  996.  
  997. Nmap 3.93
  998.  
  999. o Modified Libpcap's configure.ac to compile with the
  1000.   -fno-strict-aliasing option if gcc 4.X is used.  This prevents
  1001.   crashes when said compiler is used.  This was done for Nmap in 3.90, but is
  1002.   apparently needed for pcap too.  Thanks to Craig Humphrey
  1003.   (Craig.Humphrey(a)chapmantripp.com) for the discovery.
  1004.  
  1005. o Patched libdnet to include sys/uio.h in src/tun-linux.c.  This is
  1006.   apparently necessary on some Glibc 2.1 systems.  Thanks to Rob Foehl
  1007.   (rwf(a)loonybin.net) for the patch.
  1008.  
  1009. o Fixed a crash which could occur when a ridiculously short
  1010.   --host_timeout was specified on Windows (or on UNIX if --send_eth was
  1011.   specified).  Nmap now also prints a warning if you specify a
  1012.   host_timeout of less than 1 second.  Thanks to Ole Morten Grodaas
  1013.   (grodaas(a)gmail.com) for discovering the problem.
  1014.  
  1015. Nmap 3.91
  1016.  
  1017. o Fixed a crash on Windows when you -P0 scan an unused IP on a local
  1018.   network (or a range that contains unused IPs).  This could also
  1019.   happen on UNIX if you specified the new --send_eth option.  Thanks
  1020.   to Jim Carras (JFCECL(a)engr.psu.edu) for reporting the problem.
  1021.  
  1022. o Fixed compilation on OpenBSD by applying a patch from Okan Demirmen
  1023.   (okan(a)demirmen.com), who maintains Nmap in the OpenBSD Ports
  1024.   collection.
  1025.  
  1026. o Updated nmap-mac-prefixes to include OUIs assigned by the IEEE since
  1027.   April.
  1028.  
  1029. o Updated the included libpcre (used for version detection) from
  1030.   version 4.3 to 6.3.  A libpcre security issue was fixed in 6.3, but
  1031.   that issue never affected Nmap.
  1032.  
  1033. o Updated the included libpcap from 0.8.3 to 0.9.3.  I also changed
  1034.   the directory name in the Nmap tarball from libpcap-possiblymodified
  1035.   to just libpcap.  As usual, the modifications are described in the
  1036.   NMAP_MODIFICATIONS in that directory.
  1037.  
  1038. Nmap 3.90
  1039.  
  1040. o Added the ability for Nmap to send and properly route raw ethernet
  1041.   packets containing IP datagrams rather than always sending the
  1042.   packets via raw sockets. This is particularly useful for Windows,
  1043.   since Microsoft has disabled raw socket support in XP for no good
  1044.   reason.  Nmap tries to choose the best method at runtime based on
  1045.   platform, though you can override it with the new --send_eth and
  1046.   --send_ip options.
  1047.  
  1048. o Added ARP scanning (-PR). Nmap can now send raw ethernet ARP requests to
  1049.   determine whether hosts on a LAN are up, rather than relying on
  1050.   higher-level IP packets (which can only be sent after a successful
  1051.   ARP request and reply anyway).  This is much faster and more
  1052.   reliable (not subject to IP-level firewalling) than IP-based probes.
  1053.   The downside is that it only works when the target machine is on the
  1054.   same LAN as the scanning machine.  It is now used automatically for
  1055.   any hosts that are detected to be on a local ethernet network,
  1056.   unless --send_ip was specified.  Example usage: nmap -sP -PR
  1057.   192.168.0.0/16 .
  1058.  
  1059. o Added the --spoof_mac option, which asks Nmap to use the given MAC
  1060.   address for all of the raw ethernet frames it sends.  The MAC given
  1061.   can take several formats.  If it is simply the string "0", Nmap
  1062.   chooses a completely random MAC for the session.  If the given
  1063.   string is an even number of hex digits (with the pairs optionally
  1064.   separated by a colon), Nmap will use those as the MAC.  If less than
  1065.   12 hex digits are provided, Nmap fills in the remainder of the 6
  1066.   bytes with random values.  If the argument isn't a 0 or hex string,
  1067.   Nmap looks through the nmap-mac-prefixes to find a vendor name
  1068.   containing the given string (it is case insensitive).  If a match is
  1069.   found, Nmap uses the vendor's OUI (3-byte prefix) and fills out the
  1070.   remaining 3 bytes randomly.  Valid --spoof_mac argument examples are
  1071.   "Apple", "0", "01:02:03:04:05:06", "deadbeefcafe", "0020F2", and
  1072.   "Cisco".
  1073.  
  1074. o Applied an enormous nmap-service-probes (version detection) update
  1075.   from SoC student Doug Hoyte (doug(a)hcsw.org).  Version 3.81 had
  1076.   1064 match lines covering 195 service protocols.  Now we have 2865
  1077.   match lines covering 359 protocols!  So the database size has nearly
  1078.   tripled!  This should make your -sV scans quicker and more
  1079.   accurate.  Thanks also go to the (literally) thousands of you who
  1080.   submitted service fingerprints.  Keep them coming!
  1081.  
  1082. o Applied a massive OS fingerprint update from Zhao Lei
  1083.   (zhaolei(a)gmail.com).  About 350 fingerprints were added, and many
  1084.   more were updated.  Notable additions include Mac OS X 10.4 (Tiger),
  1085.   OpenBSD 3.7, FreeBSD 5.4, Windows Server 2003 SP1, Sony AIBO (along
  1086.   with a new "robotic pet" device type category), the latest Linux 2.6
  1087.   kernels Cisco routers with IOS 12.4, a ton of VoIP devices, Tru64
  1088.   UNIX 5.1B, new Fortinet firewalls, AIX 5.3, NetBSD 2.0, Nokia IPSO
  1089.   3.8.X, and Solaris 10.  Of course there are also tons of new
  1090.   broadband routers, printers, WAPs and pretty much any other device
  1091.   you can coax an ethernet cable (or wireless card) into!
  1092.  
  1093. o Added 'leet ASCII art to the configurator!  ARTIST NOTE: If you think
  1094.   the ASCII art sucks, feel free to send me alternatives.  Note that
  1095.   only people compiling the UNIX source code get this. (ASCII artist
  1096.   unknown).
  1097.  
  1098. o Added OS, device type, and hostname detection using the service
  1099.   detection framework.  Many services print a hostname, which may be
  1100.   different than DNS.  The services often give more away as well.  If
  1101.   Nmap detects IIS, it reports an OS family of "Windows".  If it sees
  1102.   HP JetDirect telnetd, it reports a device type of "printer".  Rather
  1103.   than try to combine TCP/IP stack fingerprinting and service OS
  1104.   fingerprinting, they are both printed.  After all, they could
  1105.   legitimately be different.  An IP that gives a stack fingerprint
  1106.   match of "Linksys WRT54G broadband router" and a service fingerprint
  1107.   of Windows based on Kazaa running is likely a common NAT setup rather
  1108.   than an Nmap mistake.
  1109.  
  1110. o Nmap on Windows now compiles/links with the new WinPcap 3.1
  1111.   header/lib files. So please upgrade to 3.1 from
  1112.   http://www.winpcap.org before installing this version of Nmap.
  1113.   While older versions may still work, they aren't supported with Nmap.
  1114.  
  1115. o The official Nmap RPM files are now compiled statically for better
  1116.   compatibility with other systems.  X86_64 (AMD Athlon64/Opteron)
  1117.   binaries are now available in addition to the standard i386.  NmapFE
  1118.   RPMs are no longer distributed by Insecure.Org.
  1119.  
  1120. o Nmap distribution signing has changed. Release files are now signed
  1121.   with a new Nmap Project GPG key (KeyID 6B9355D0).  Fyodor has also
  1122.   generated a new key for himself (KeyID 33599B5F).  The Nmap key has
  1123.   been signed by Fyodor's new key, which has been signed by Fyodor's
  1124.   old key so that you know they are legit.  The new keys are available
  1125.   at http://www.insecure.org/nmap/data/nmap_gpgkeys.txt , as
  1126.   docs/nmap_gpgkeys.txt in the Nmap source tarball, and on the public
  1127.   keyserver network.  Here are the fingerprints:
  1128.     pub  1024D/33599B5F 2005-04-24
  1129.          Key fingerprint = BB61 D057 C0D7 DCEF E730  996C 1AF6 EC50 3359 9B5F
  1130.     uid  Fyodor <fyodor@insecure.org>
  1131.     sub  2048g/D3C2241C 2005-04-24
  1132.  
  1133.     pub  1024D/6B9355D0 2005-04-24
  1134.          Key fingerprint = 436D 66AB 9A79 8425 FDA0  E3F8 01AF 9F03 6B93 55D0
  1135.     uid  Nmap Project Signing Key (http://www.insecure.org/)
  1136.     sub  2048g/A50A6A94 2005-04-24
  1137.  
  1138. o Fixed a crash problem related to non-portable varargs (vsnprintf)
  1139.   usage. Reports of this crash came from Alan William Somers
  1140.   (somers(a)its.caltech.edu) and Christophe (chris.branch(a)gmx.de).
  1141.   This patch was prevalent on Linux boxes running an Opteron/Athlon64
  1142.   CPU in 64-bit mode.
  1143.  
  1144. o Fixed crash when Nmap is compiled using gcc 4.X by adding the
  1145.   -fno-strict-aliasing option when that compiler is detected.  Thanks
  1146.   to Greg Darke (starstuff(a)optusnet.com.au) for discovering that
  1147.   this option fixes (hides) the problem and to Duilio J. Protti
  1148.   (dprotti(a)flowgate.net) for writing the configure patch to detect
  1149.   gcc 4 and add the option.  A better fix is to identify and rewrite
  1150.   lines that violate C99 alias rules, and we are looking into that.
  1151.  
  1152. o Added "rarity" feature to Nmap version detection.  This causes
  1153.   obscure probes to be skipped when they are unlikely to help.  Each
  1154.   probe now has a "rarity" value.  Probes that detect dozens of
  1155.   services such as GenericLines and GetRequest have rarity values of
  1156.   1, while the WWWOFFLEctrlstat and mydoom probes have a rarity of 9.
  1157.   When interrogating a port, Nmap always tries probes registered to
  1158.   that port number.  So even WWWOFFLEctrlstat will be tried against
  1159.   port 8081 and mydoom will be tried against open ports between 3127
  1160.   and 3198.  If none of the registered ports find a match, Nmap tries
  1161.   probes that have a rarity less than or equal to its current
  1162.   intensity level.  The intensity level defaults to 7 (so that most of
  1163.   the probes are done).  You can set the intensity level with the new
  1164.   --version_intensity option.  Alternatively, you can just use
  1165.   --version_light or --version_all which set the intensity to 2 (only
  1166.   try the most important probes and ones registered to the port
  1167.   number) and 9 (try all probes), respectively.  --version_light is
  1168.   much faster than default version detection, but also a bit less
  1169.   likely to find a match.  This feature was designed and implemented
  1170.   by Doug Hoyte (doug(a)hcsw.org).
  1171.  
  1172. o Added a "fallback" feature to the nmap-service-probes database.
  1173.   This allows a probe to "inherit" match lines from other probes.  It
  1174.   is currently only used for the HTTPOptions, RTSPRequest, and
  1175.   SSLSessionReq probes to inherit all of the match lines from
  1176.   GetRequest.  Some servers don't respond to the Nmap GetRequest (for
  1177.   example because it doesn't include a Host: line) but they do respond
  1178.   to some of those other 3 probes in ways that GetRequest match lines
  1179.   are general enough to match.  The fallback construct allows us to
  1180.   benefit from these matches without repeating hundreds of signatures
  1181.   in the file.  This is another feature designed and implemented
  1182.   by Doug Hoyte (doug(a)hcsw.org).
  1183.  
  1184. o Fixed crash with certain --excludefile or
  1185.   --exclude arguments.  Thanks to Kurt Grutzmacher
  1186.   (grutz(a)jingojango.net) and pijn trein (ptrein(a)gmail.com) for
  1187.   reporting the problem, and to Duilio J. Protti
  1188.   (dprotti(a)flowgate.net) for debugging the issue and sending the
  1189.   patch.
  1190.  
  1191. o Updated random scan (ip_is_reserved()) to reflect the latest IANA
  1192.   assignments.  This patch was sent in by Felix Groebert
  1193.   (felix(a)groebert.org).
  1194.  
  1195. o Included new Russian man page translation by
  1196.   locco_bozi(a)Safe-mail.net
  1197.  
  1198. o Applied patch from Steve Martin (smartin(a)stillsecure.com) which
  1199.   standardizes many OS names and corrects typos in nmap-os-fingerprints.
  1200.  
  1201. o Fixed a crash found during certain UDP version scans.  The crash was
  1202.   discovered and reported by Ron (iago(a)valhallalegends.com) and fixed
  1203.   by Doug Hoyte (doug(a)hcsw.com).
  1204.  
  1205. o Added --iflist argument which prints a list of system interfaces and
  1206.   routes detected by Nmap.
  1207.  
  1208. o Fixed a protocol scan (-sO) problem which led to the error message:
  1209.   "Error compiling our pcap filter: syntax error".  Thanks to Michel
  1210.   Arboi (michel(a)arboi.fr.eu.org) for reporting the problem.
  1211.  
  1212. o Fixed an Nmap version detection crash on Windows which led to the
  1213.   error message "Unexpected error in NSE_TYPE_READ callback.  Error
  1214.   code: 10053 (Unknown error)".  Thanks to Srivatsan
  1215.   (srivatsanp(a)adventnet.com) for reporting the problem.
  1216.  
  1217. o Fixed some misspellings in docs/nmap.xml reported by Tom Sellers
  1218.   (TSellers(a)trustmark.com).
  1219.  
  1220. o Applied some changes from  Gisle Vanem (giva(a)bgnett.no) to make
  1221.   Nmap compile with Cygwin.
  1222.  
  1223. o XML "osmatch" element now has a "line" attribute giving the
  1224.   reference fingerprint line number in nmap-os-fingerprints.
  1225.  
  1226. o Added a distcc probes and a bunch of smtp matches from Dirk Mueller
  1227.   (mueller(a)kde.org) to nmap-service-probes.  Also added AFS version
  1228.   probe and matches from Lionel Cons (lionel.cons(a)cern.ch).  And
  1229.   even more probes and matches from Martin Macok
  1230.   (martin.macok(a)underground.cz)
  1231.  
  1232. o Fixed a problem where Nmap compilation would use header files from
  1233.   the libpcap included with Nmap even when it was linking to a system
  1234.   libpcap.  Thanks to Solar Designer (solar(a)openwall.com) and Okan
  1235.   Demirmen (okan(a)demirmen.com) for reporting the problem.
  1236.  
  1237. o Added configure option --with-libpcap=included to tell Nmap to use
  1238.   the version of libpcap it ships with rather than any that may already be
  1239.   installed on the system.  You can still use --with-libpcap=[dir] to
  1240.   specify that a system libpcap be installed rather than the shipped
  1241.   one.  By default, Nmap looks at both and decides which one is likely
  1242.   to work best.  If you are having problems on Solaris, try
  1243.   --with-libpcap=included .
  1244.  
  1245. o Changed the --no-stylesheet option to --no_stylesheet to be
  1246.   consistent with all of the other Nmap options.  Though I'm starting to
  1247.   like hyphens a bit better than underscores and may change all of the
  1248.   options to use hyphens instead at some point.
  1249.  
  1250. o Added "Exclude" directive to nmap-service-probes grammar which
  1251.   causes version detection to skip listed ports.  This is helpful for
  1252.   ports such as 9100.  Some printers simply print any data sent to
  1253.   that port, leading to pages of HTTP requests, SMB queries, X Windows
  1254.   probes, etc.  If you really want to scan all ports, specify
  1255.   --allports.  This patch came from Doug Hoyte (doug(a)hcsw.org).
  1256.  
  1257. o Added a stripped-down and heavily modified version of Dug Song's
  1258.   libdnet networking library (v. 1.10).  This helps with the new raw
  1259.   ethernet features.  My (extensive) changes are described in
  1260.   libdnet-stripped/NMAP_MODIFICATIONS
  1261.  
  1262. o Removed WinIP library (and all Windows raw sockets code) since MS
  1263.   has gone and broken raw sockets.  Maybe packet receipt via raw
  1264.   sockets will come back at some point.  As part of this removal, the
  1265.   Windows-specific --win_help, --win_list_interfaces, --win_norawsock,
  1266.   --win_forcerawsock, --win_nopcap, --win_nt4route, --win_noiphlpapi,
  1267.   and --win_trace options have been removed.
  1268.  
  1269. o Changed the interesting ports array from a 65K-member array of
  1270.   pointers into an STL list.  This noticeable reduces memory usage in
  1271.   some cases, and should also give a slight runtime performance
  1272.   boost. This patch was written by Paul Tarjan (ptarjan(a)gmail.com).
  1273.  
  1274. o Removed the BSDFIX/BSDUFIX macros.  The underlying bug in
  1275.   FreeBSD/NetBSD is still there though.  When an IP packet is sent
  1276.   through a raw socket, these platforms require the total length and
  1277.   fragmentation offset fields of an IP packet to be in host byte order
  1278.   rather than network byte order, even though all the other fields
  1279.   must be in NBO.  I believe that OpenBSD fixed this a while back.
  1280.   Other platforms, such as Linux, Solaris, Mac OS X, and Windows take
  1281.   all of the fields in network byte order.  While I removed the macro,
  1282.   I still do the munging where required so that Nmap still works on
  1283.   FreeBSD.
  1284.  
  1285. o Integrated many nmap-service-probes changes from Bo Jiang
  1286.   (jiangbo(a)brandeis.edu)
  1287.  
  1288. o Added a bunch of RPC numbers from nmap-rpc maintainer Eilon Gishri
  1289.   (eilon(a)aristo.tau.ac.il)
  1290.  
  1291. o Added some new RPC services to nmap-rpc thanks to a patch from
  1292.   vlad902 (vlad902(a)gmail.com).
  1293.  
  1294. o Fixed a bug where Nmap would quit on Windows whenever it encountered
  1295.   a raw scan of localhost (including the local ethernet interface
  1296.   address), even when that was just one address out of a whole network
  1297.   being scanned.  Now Nmap just warns that it is skipping raw scans when
  1298.   it encounters the local IP, but continues on to scan the rest of the
  1299.   network.  Raw scans do not currently work against local IP addresses
  1300.   because Winpcap doesn't support reading/writing localhost interfaces
  1301.   due to limitations of Windows.
  1302.  
  1303. o The OS fingerprint is now provided in XML output if debugging is
  1304.   enabled (-d) or verbosity is at least 2 (-v -v).  This patch was
  1305.   sent by Okan Demirmen (okan(a)demirmen.com)
  1306.  
  1307. o Fixed the way tcp connect scan (-sT) response to ICMP network
  1308.   unreachable responses (patch by Richard Moore
  1309.   (rich(a)westpoint.ltd.uk).
  1310.  
  1311. o Update random host scan (-iR) to support the latest IANA-allocated
  1312.   ranges, thanks to patch by Chad Loder (cloder(a)loder.us).
  1313.  
  1314. o Updated GNU shtool (a helper program used during 'make install' to
  1315.   version 2.0.2, which fixes a predictable temporary filename
  1316.   weakness discovered by Eric Raymond.
  1317.  
  1318. o Removed addport element from XML DTD, since it is no longer used
  1319.   (suggested by Lionel Cons (lionel.cons(a)cern.ch)
  1320.  
  1321. o Added new --privileged command-line option and NMAP_PRIVILEGED
  1322.   environmental variable.  Either of these tell Nmap to assume that
  1323.   the user has full privileges to execute raw packet scans, OS
  1324.   detection and the like.  This can be useful when Linux kernel
  1325.   capabilities or other systems are used that allow non-root users to
  1326.   perform raw packet or ethernet frame manipulation.  Without this
  1327.   flag or variable set, Nmap bails on UNIX if geteuid() is
  1328.   nonzero.
  1329.  
  1330. o Changed the RPM spec file so that if you define "static" to 1 (by
  1331.   passing --define "static 1" to rpmbuild), static binaries are built.
  1332.  
  1333. o Fixed Nmap compilation on Solaris x86 thanks to a patch from Simon
  1334.   Burr (simes(a)bpfh.net).
  1335.  
  1336. o ultra_scan() now sets pseudo-random ACK values (rather than 0) for
  1337.   any TCP scans in which the initial probe packet has the ACK flag set.
  1338.   This would be the ACK, Xmas, Maimon, and Window scans.
  1339.  
  1340. o Updated the Nmap version number, description, and similar fields
  1341.   that MS Visual Studio places in the binary.  This was done by editing
  1342.   mswin32/nmap.rc as suggested by Chris Paget (chrisp(a)ngssoftware.com)
  1343.  
  1344. o Fixed Nmap compilation on DragonFly BSD (and perhaps some other
  1345.   systems) by applying a short patch by Joerg Sonnenberger which omits
  1346.   the declaration of errno if it is a #define.
  1347.  
  1348. o Fixed an integer overflow that prevented Nmap from scanning
  1349.   2,147,483,648 hosts in one expression (e.g. 0.0.0.0/1).  Problem
  1350.   noted by Justin Cranford (jcranford(a)n-able.com).  While /1 scans
  1351.   are now possible, don't expect them to finish during your bathroom
  1352.   break.  No matter how constipated you are.
  1353.  
  1354. o Increased the buffer size allocated for fingerprints to prevent Nmap
  1355.   from running out and quitting (error message: "Assertion
  1356.   `servicefpalloc - servicefplen > 8' failed".  Thanks to Mike Hatz
  1357.   (mhatz(a)blackcat.com) for the report. [ Actually this was done in a
  1358.   previous version, but I forgot which one ]
  1359.  
  1360. o Changed from CVS to Subversion source control system (which
  1361.   rocks!). Neither repository is public (I'm paranoid because both CVS
  1362.   and SVN have had remotely exploitable security holes), so the main
  1363.   change users will see is that "Id" tags in file headers use the SVN
  1364.   format for version numbering and such.
  1365.  
  1366. Nmap 3.81
  1367.  
  1368. o Nmap now ships with and installs (in the same directory as other
  1369.   data files such as nmap-os-fingerprints) an XSL stylesheet for
  1370.   rendering the XML output as HTML.  This stylesheet was written by
  1371.   Benjamin Erb ( see http://www.benjamin-erb.de/nmap/ for examples).
  1372.   It supports tables, version detection, color-coded port states, and
  1373.   more.  The XML output has been augmented to include an
  1374.   xml-stylesheet directive pointing to nmap.xsl on the local
  1375.   filesystem.  You can point to a different XSL file by providing the
  1376.   filename or URL to the new --stylesheet argument.  Omit the
  1377.   xml-stylesheet directive entirely by specifying --no-stylesheet.
  1378.   The XML to HTML conversion can be done with an XSLT processor such
  1379.   as Saxon, Sablot, or Xalan, but modern browsers can do this on the
  1380.   fly -- simply load the XML output file in IE or Firefox.  Some
  1381.   features don't currently work with Firefox's on-the-fly rendering.
  1382.   Perhaps some Mozilla wizard can fix that in either the XSL or the
  1383.   browser itself.  I hate having things work better in IE :).  It is
  1384.   often more convenient to have the stylesheet loaded from a URL
  1385.   rather than the local filesystem, allowing the XML to be rendered on
  1386.   any machine regardless of whether/where the XSL is installed.  For
  1387.   privacy reasons (avoid loading of an external URL when you view
  1388.   results), Nmap uses the local filesystem by default.  If you would
  1389.   like the latest version of the stylesheet loaded from the web when
  1390.   rendering, specify 
  1391.   --stylesheet http://www.insecure.org/nmap/data/nmap.xsl .
  1392.  
  1393. o Fixed fragmentation option (-f).  One -f now sets sends fragments
  1394.   with just 8 bytes after the IP header, while -ff sends 16 bytes to
  1395.   reduce the number of fragments needed.  You can specify your own
  1396.   fragmentation offset (must be a multiple of 8) with the new --mtu
  1397.   flag.  Don't also specify -f if you use --mtu.  Remember that some
  1398.   systems (such as Linux with connection tracking) will defragment in
  1399.   the kernel anyway -- so test first while sniffing with ethereal.
  1400.   These changes are from a patch by Martin Macok
  1401.   (martin.macok(a)underground.cz).
  1402.  
  1403. o Nmap now prints the number (and total bytes) of raw IP packets sent
  1404.   and received when it completes, if verbose mode (-v) is enabled.  The
  1405.   report looks like:
  1406.   Nmap finished: 256 IP addresses (3 hosts up) scanned in 30.632 seconds
  1407.                  Raw packets sent: 7727 (303KB) | Rcvd: 6944 (304KB)
  1408.  
  1409. o Fixed (I hope) an error which would cause the Windows version of
  1410.   Nmap to abort under some circumstances with the error message
  1411.   "Unexpected error in NSE_TYPE_READ callback.  Error code: 10053
  1412.   (Unknown error)".  Problem reported by "Tony Golding"
  1413.   (biz(a)tonygolding.com).
  1414.  
  1415. o Added new "closed|filtered" state.  This is used for Idle scan, since
  1416.   that scan method can't distinguish between those two states.  Nmap
  1417.   previously just used "closed", but this is more accurate.
  1418.  
  1419. o Null, FIN, Maimon, and Xmas scans now mark ports as "open|filtered"
  1420.   instead of "open" when they fail to receive any response from the
  1421.   target port.  After all, it could just as easily be filtered as open.
  1422.   This is the same change that was made to UDP scan in 3.70.  Also as
  1423.   with UDP scan, adding version detection (-sV) will change the state
  1424.   from open|filtered to open if it confirms that they really are open.
  1425.  
  1426. o Fixed a bug in ACK scan that could cause Nmap to crash with the
  1427.   message "Unexpected port state: 6" in some cases.  Thanks to Glyn
  1428.   Geoghegan (glyng(a)corsaire.com) for reporting the problem.
  1429.  
  1430. o Change IP protocol scan (-sO) so that a response from the target
  1431.   host in any protocol at all will prove that protocol is open.  As
  1432.   before, no response means "open|filtered", an ICMP protocol
  1433.   unreachable means "closed", and most other ICMP error messages mean
  1434.   "filtered".
  1435.  
  1436. o Patched a libpcap issue that prevented read timeouts from being
  1437.   honored on Solaris (thus slowing down Nmap substantially).  The
  1438.   problem report and patch were sent in by Ben Harris
  1439.   (bjh21(a)cam.ac.uk).
  1440.  
  1441. o Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and
  1442.   UDP headers when scanning protocols 1, 6, and 17, respectively.  An
  1443.   empty IP header is still sent for all other protocols.  This should
  1444.   prevent the error messages such as "sendto in send_ip_packet:
  1445.   sendto(3, packet, 20, 0, 192.31.33.7, 16) => Operation not
  1446.   permitted" that Linux (and perhaps other systems) would give when
  1447.   they try to interpret the raw packet.  This also makes it more
  1448.   likely that these protocols will elicit a response, proving that the
  1449.   protocol is "open".
  1450.  
  1451. o The windows build now uses header and static library files from
  1452.   Winpcap 3.1Beta4.  It also now prints out the DLL version you are
  1453.   using when run with -d.  I would recommend upgrading to 3.1Beta4 if
  1454.   you have an older Winpcap installed.
  1455.  
  1456. o Nmap now prints a warning message on Windows if Winpcap is not found
  1457.   (it then reverts to raw sockets mode if available, as usual).
  1458.  
  1459. o Added an NTP probe and matches to the version detection database
  1460.   (nmap-service-probes) thanks to a submission from Martin
  1461.   Macok (martin.macok(a)underground.cz).
  1462.  
  1463. o Applied several Nmap service detection database updates sent in by
  1464.   Martin Macok (martin.macok(a)underground.cz).
  1465.  
  1466. o The XML nmaprun element now has a startstr attribute which gives the
  1467.   human readable calendar time format that a scan started.  Similarly
  1468.   the finished element now has a timestr attribute describing when the
  1469.   scan finished.  These are in addition to the existing nmaprun/start
  1470.   and finished/time attributes that provided the start and finish time
  1471.   in UNIX time_t notation.  This should help in development of
  1472.   XSLT stylesheets for Nmap XML output.
  1473.  
  1474. o Fixed a memory leak that would generally consume several hundred
  1475.   bytes per down host scanned.  While the effect for most scans is
  1476.   negligible, it was overwhelming when Scott Carlson
  1477.   (Scott.Carlson(a)schwab.com) tried to scan 16.8 million IPs
  1478.   (10.0.0.0/8).  Thanks to him for reporting the problem.  Also thanks
  1479.   to Valgrind ( http://valgrind.kde.org ) for making it easy to debug.
  1480.  
  1481. o Fixed a crash on Windows systems that don't include the iphlpapi
  1482.   DLL.  This affects Win95 and perhaps other variants.  Thanks to Ganga
  1483.   Bhavani (GBhavani(a)everdreamcorp.com) for reporting the problem and
  1484.   sending the patch.
  1485.  
  1486. o Ensured that the device type, os vendor, and os family OS
  1487.   fingerprinting classification values are scrubbed for XML compliance
  1488.   in the XML output.  Thanks to Matthieu Verbert
  1489.   (mve(a)zurich.ibm.com) for reporting the problem and sending a patch.
  1490.  
  1491. o Rewrote the host IP (target specification) parser for easier
  1492.   maintenance and to fix a bug found by Netris (netris(a)ok.kz)
  1493.  
  1494. o Changed to Nmap XML DTD to use the same xmloutputversion (1.01) as
  1495.   newer versions of Nmap.  Thanks to Laurent Estieux
  1496.   (laurent.estieux(a)free.fr) for reporting the problem.
  1497.  
  1498. o Fixed compilation on some HP-UX 11 boxes thanks to a patch by Petter
  1499.   Reinholdtsen (pere(a)hungry.com).
  1500.  
  1501. o Fixed a portability problem on some OpenBSD and FreeBSD machines
  1502.   thanks to a patch by Okan Demirmen (okan(a)demirmen.com).
  1503.  
  1504. o Applied Martin Macok's (martin.macok(a)underground.cz) "cosmetics
  1505.   patch", which fixes a few typos and minor problems.
  1506.  
  1507. Nmap 3.75
  1508.  
  1509. o Implemented a huge OS fingerprint database update.  The number of
  1510.   fingerprints increased more than 20% to 1,353 and many of the
  1511.   existing ones are much improved.  Notable updates include the fourth
  1512.   edition of Bell Lab's Plan9, Grandstream's BugeTone 101 IP Phone,
  1513.   and Bart's Network Boot Disk 2.7 (which runs MS-DOS).  Oh, and Linux
  1514.   kernels up to 2.6.8, dozens of new Windows fingerprints including XP
  1515.   SP2, the latest Longhorn warez, and many modified Xboxes, OpenBSD
  1516.   3.6, NetBSD up to 2.0RC4, Apple's AirPort Express WAP and OS X
  1517.   10.3.3 (Panther) release, Novell Netware 6.5, FreeBSD 5.3-BETA, a
  1518.   bunch of Linksys and D-Link consumer junk, the latest Cisco IOS 12.2
  1519.   releases, a ton of miscellaneous broadband routers and printers, and
  1520.   much more.
  1521.  
  1522. o Updated nmap-mac-prefixes with the latest OUIs from the IEEE.
  1523.   [ http://standards.ieee.org/regauth/oui/oui.txt ]
  1524.  
  1525. o Updated nmap-protocols with the latest IP protocols from IANA 
  1526.   [ http://www.iana.org/assignments/protocol-numbers ]
  1527.  
  1528. o Added a few new Nmap version detection signatures thanks to a patch
  1529.   from Martin Macok (martin.macok(a)underground.cz).
  1530.  
  1531. o Fixed a crash problem in the Windows version of Nmap, thanks to a
  1532.   patch from Ganga Bhavani GBhavani(a)everdreamcorp.com).
  1533.  
  1534. o Fixed Windows service scan crashes that occur with the error message
  1535.   "Unexpected nsock_loop error. Error code 10022 (Unknown error)".  It
  1536.   turns out that Windows does not allow select() calls with all three
  1537.   FD sets empty.  Lame.  The Linux select() man page even suggests
  1538.   calling "select with all three sets empty, n zero, and a non-null
  1539.   timeout as a fairly portable way to sleep with subsecond precision."
  1540.   Thanks to Gisle Vanem (giva(a)bgnett.no) for debugging help.
  1541.  
  1542. o Added --max_scan_delay parameter.  Nmap will sometimes increase the
  1543.   delay itself when it detects many dropped packets.  For example,
  1544.   Solaris systems tend to respond with only one ICMP port unreachable
  1545.   packet per second during a UDP scan.  So Nmap will try to detect
  1546.   this and lower its rate of UDP probes to one per second.  This can
  1547.   provide more accurate results while reducing network congestion, but
  1548.   it can slow the scans down substantially.  By default (with no -T
  1549.   options specified), Nmap allows this delay to grow to one second per
  1550.   probe.  This option allows you to set a lower or higher maximum.
  1551.   The -T4 and -T5 scan modes now limit the maximum scan delay for TCP
  1552.   scans to 10 and 5 ms, respectively.
  1553.  
  1554. o Fixed a bug that prevented RPC scan (-sR) from working for UDP ports
  1555.   unless service detection (-sV) was used.  -sV is still usually a
  1556.   better approach than -sR, as the latter ONLY handles RPC.  Thanks to
  1557.   Stephen Bishop (sbishop(a)idsec.co.uk) for reporting the problem and
  1558.   sending a patch.
  1559.  
  1560. o Fixed nmap_fetchfile() to better find custom versions of data files
  1561.   such as nmap-services.  Note that the implicitly read directory
  1562.   should be ~/.nmap rather than ~/nmap .  So you may have to move any
  1563.   customized files you now have in ~/nmap .  Thanks to nnposter
  1564.   (nnposter(a)users.sourceforge.net) for reporting the problem and
  1565.   sending a patch.
  1566.  
  1567. o Changed XML output so that the MAC address [address] element comes
  1568.   right after the IPv4/IPv6 [address] element.  Apparently this is
  1569.   needed to comply with the DTD (
  1570.   http://www.insecure.org/nmap/data/nmap.dtd ).  Thanks to Adam Morgan
  1571.   (adam.morgan(a)Q1Labs.com) and Florian Ebner
  1572.   (Florian.Ebner(a)e-bros.de) for the problem reports.
  1573.  
  1574. o Fixed an error in the Nmap RPM spec file reported by Pascal Trouvin
  1575.   (pascal.trouvin(a)wanadoo.fr)
  1576.  
  1577. o Fixed a timing problem in which a specified large --send_delay would
  1578.   sometimes be reduced to 1 second during a scan.  Thanks to Martin
  1579.   Macok (martin.macok(a)underground.cz) for reporting the problem.
  1580.  
  1581. o Fixed a timing problem with sneaky and paranoid modes (-T1 and -T0)
  1582.   which would cause Nmap to continually scan the same port and never
  1583.   hit other ports when scanning certain firewalled hosts.  Thanks to
  1584.   Curtis Doty (Curtis(a)GreenKey.net) for reporting the problem.
  1585.  
  1586. o Fixed a bug in the build system that caused most Nmap subdirectories
  1587.   to be configured twice.  Changing the variable holding the name of
  1588.   subdirs from $subdirs to $nmap_cfg_subdirs resolved the problem --
  1589.   configure must have been using that variable name for its own internal
  1590.   operations.  Anyway, this should reduce compile time significantly.
  1591.  
  1592. o Made a trivial change to nsock/src/nsock_event.c to work around a "a
  1593.   bug in GCC 3.3.1 on FreeBSD/sparc64".  I found the patch by digging
  1594.   around the FreeBSD ports tree repository.  It would be nice if the
  1595.   FreeBSD Nmap port maintainers would report such things to me, rather
  1596.   than fixing it in their own Nmap tree and then applying the patch to
  1597.   every future version.  On the other hand, they deserve some sort of
  1598.   "most up-to-date" award.  I stuck Nmap 3.71-PRE1 in the dist
  1599.   directory for a few people to test, and made no announcement or
  1600.   direct link.  The FreeBSD crew found it and upgraded anyway :).  The
  1601.   gcc-workaround patch was apparently submitted to the FreeBSD folks
  1602.   by Marius Strobl (marius(a)alchemy.franken.de).
  1603.  
  1604. o Fixed (I hope) an OS detection timing issue which would in some
  1605.   cases lead to the warning that "insufficient responses for TCP
  1606.   sequencing (3), OS detection may be less accurate."  Thanks to Adam
  1607.   Kerrison (adam(a)tideway.com) for reporting the problem.
  1608.  
  1609. o Modified the warning given when files such as nmap-services exist in
  1610.   both the compiled in NMAPDATADIR and the current working directory.
  1611.   That message should now only appear once and is more clear.
  1612.  
  1613. o Fixed ping scan subsystem to work a little bit better when
  1614.   --scan_delay (or some of the slower -T templates which include a scan
  1615.   delay) is specified.  Thanks to Shahid Khan (khan(a)asia.apple.com)
  1616.   for suggestions.
  1617.  
  1618. o Taught connect() scan to properly interpret ICMP protocol
  1619.   unreachable messages.  Thanks to Alan Bishoff
  1620.   (abishoff(a)arc.nasa.gov) for the report.
  1621.  
  1622. o Improved the nmapfe.desktop file to better comply with standards.
  1623.   Thanks to Stephane Loeuillet (stephane.loeuillet(a)tiscali.fr) for
  1624.   sending the patch.
  1625.  
  1626. Nmap 3.70
  1627.  
  1628. o Rewrote core port scanning engine, which is now named ultra_scan().
  1629.   Improved algorithms make this faster (often dramatically so) in
  1630.   almost all cases.  Not only is it superior against single hosts, but
  1631.   ultra_scan() can scan many hosts (sometimes hundreds) in parallel.
  1632.   This offers many efficiency/speed advantages.  For example, hosts
  1633.   often limit the ICMP port unreachable packets used by UDP scans to
  1634.   1/second.  That made those scans extraordinarily slow in previous
  1635.   versions of Nmap.  But if you are scanning 100 hosts at once,
  1636.   suddenly you can receive 100 responses per second.  Spreading the
  1637.   scan amongst hosts is also gentler toward the target hosts.  Nmap
  1638.   can still scan many ports at the same time, as well.  If you find
  1639.   cases where ultra_scan is slower or less accurate, please send a
  1640.   report (including exact command-lines, versions used, and output, if
  1641.   possible) to Fyodor.
  1642.  
  1643. o Added --max_hostgroup option which specifies the maximum number of
  1644.   hosts that Nmap is allowed to scan in parallel.
  1645.  
  1646. o Added --min_hostgroup option which specifies the minimum number of
  1647.   hosts that Nmap should scan in parallel (there are some exceptions
  1648.   where Nmap will still scan smaller groups -- see man page).  Of
  1649.   course, Nmap will try to choose efficient values even if you don't
  1650.   specify hostgroup restrictions explicitly.
  1651.  
  1652. o Rewrote TCP SYN, ACK, Window, and Connect() scans to use
  1653.   ultra_scan() framework, rather than the old pos_scan().
  1654.  
  1655. o Rewrote FIN, Xmas, NULL, Maimon, UDP, and IP Protocol scans to use
  1656.   ultra_scan(), rather than the old super_scan().
  1657.  
  1658. o Overhauled UDP scan.  Ports that don't respond are now classified as
  1659.   "open|filtered" (open or filtered) rather than "open".  The (somewhat
  1660.   rare) ports that actually respond with a UDP packet to the empty
  1661.   probe are considered open.  If version detection is requested, it
  1662.   will be performed on open|filtered ports.  Any that respond to any of
  1663.   the UDP probes will have their status changed to open.  This avoids a
  1664.   the false-positive problem where filtered UDP ports appear to be
  1665.   open, leading to terrified newbies thinking their machine is
  1666.   infected by back orifice.
  1667.  
  1668. o Nmap now estimates completion times for almost all port scan types
  1669.   (any that use ultra_scan()) as well as service scan (version
  1670.   detection).  These are only shown in verbose mode (-v).  On scans
  1671.   that take more than a minute or two, you will see occasional updates
  1672.   like:
  1673.   SYN Stealth Scan Timing: About 30.01% done; ETC: 16:04 (0:01:09 remaining)
  1674.   New updates are given if the estimates change significantly.
  1675.  
  1676. o Added --exclude option, which lets you specify a comma-separated
  1677.   list of targets (hosts, ranges, netblocks) that should be excluded
  1678.   from the scan.  This is useful to keep from scanning yourself, your
  1679.   ISP, particularly sensitive hosts, etc.  The new --excludefile reads
  1680.   the list (newline-delimited) from a given file.  All the work was
  1681.   done by Mark-David McLaughlin (mdmcl(a)cisco.com> and William McVey
  1682.   ( wam(a)cisco.com ), who sent me a well-designed and well-tested
  1683.   patch.
  1684.  
  1685. o Nmap now has a "port scan ping" system.  If it has received at least
  1686.   one response from any port on the host, but has not received
  1687.   responses lately (usually due to filtering), Nmap will "ping" that
  1688.   known-good port occasionally to detect latency, packet drop rate,
  1689.   etc.
  1690.  
  1691. o Service/version detection now handles multiple hosts at once for
  1692.   more efficient and less-intrusive operation.
  1693.  
  1694. o Nmap now wishes itself a happy birthday when run on September 1 in
  1695.   verbose mode!  The first public release was on that date in 1997.
  1696.  
  1697. o The port randomizer now has a bias toward putting
  1698.   commonly-accessible ports (80, 22, etc.) near the beginning of the
  1699.   list.  Getting a response early helps Nmap calculate response times and
  1700.   detect packet loss, so the scan goes faster.
  1701.  
  1702. o Host timeout system (--host_timeout) overhauled to support host
  1703.   parallelization.  Hosts times are tracked separately, so a host that
  1704.   finishes a SYN scan quickly is not penalized for an exceptionally
  1705.   slow host being scanned at the same time.
  1706.  
  1707. o When Nmap has not received any responses from a host, it can now
  1708.   use certain timing values from other hosts from the same scan
  1709.   group.  This way Nmap doesn't have to use absolute-worst-case
  1710.   (300bps SLIP link to Uzbekistan) round trip timeouts and such.
  1711.  
  1712. o Enabled MAC address reporting when using the Windows version
  1713.   of Nmap.  Thanks to Andy Lutomirski (luto(a)stanford.edu) for
  1714.   writing and sending the patch.
  1715.  
  1716. o Workaround crippled raw sockets on Microsoft Windows XP SP2 scans.
  1717.   I applied a patch by Andy Lutomirski (luto(a)stanford.edu) which
  1718.   causes Nmap to default to WinPcap sends instead.  The WinPcap send
  1719.   functionality was already there for versions of Windows such as NT and
  1720.   Win98 that never supported Raw Sockets in the first place.
  1721.  
  1722. o Changed how Nmap sends ARP requests on Windows to use the iphlpapi
  1723.   SendARP() function rather than creating it raw and reading the
  1724.   response from the Windows ARP cache.  This works around a
  1725.   (reasonable) feature of Windows Firewall which ignored such
  1726.   unsolicited responses.  The firewall is turned on by default as of
  1727.   Windows XP SP2.  This change was implemented by Dana Epp
  1728.   (dana(a)vulscan.com).
  1729.  
  1730. o Fixed some Windows portability issues discovered by Gisle Vanem
  1731.   (giva(a)bgnett.no).
  1732.  
  1733. o Upgraded libpcap from version 0.7.2 to 0.8.3.  This was an attempt
  1734.   to fix an annoying bug, which I then found was actually in my code
  1735.   rather than libpcap :).
  1736.  
  1737. o Removed Ident scan (-I).  It was rarely useful, and the
  1738.   implementation would have to be rewritten for the new ultra_scan()
  1739.   system.  If there is significant demand, perhaps I'll put it back in
  1740.   sometime.
  1741.  
  1742. o Documented the --osscan_limit option, which saves time by skipping
  1743.   OS detection if at least one open and one closed port are not found on
  1744.   the remote hosts.  OS detection is much less reliable against such
  1745.   hosts anyway, and skipping it can save some time.
  1746.  
  1747. o Updated nmapfe.desktop file to provide better NmapFE desktop support
  1748.   under Fedora Core and other systems.  Thanks to Mephisto
  1749.   (mephisto(a)mephisto.ma.cx) for sending the patch.
  1750.  
  1751. o Further nmapfe.desktop changes to better fit the freedesktop
  1752.   standard.  The patch came from Murphy (m3rf(a)swimmingnoodle.com).
  1753.  
  1754. o Fixed capitalization (with a Perl script) of many over-capitalized
  1755.   vendor names in nmap-mac-prefixes.
  1756.  
  1757. o Ensured that MAC address vendor names are always escaped in XML
  1758.   output if they contain illegal characters (particularly '&').  Thanks
  1759.   to Matthieu Verbert (mve(a)zurich.ibm.com) for the report and a patch.
  1760.  
  1761. o Changed xmloutputversion in XML output from 1.0 to 1.01 to note that
  1762.   there was a slight change (which was actually the MAC stuff in 3.55).
  1763.   Thanks to Lionel CONS (lionel.cons(a)cern.ch) for the suggestion.
  1764.  
  1765. o Many Windows portability fix and bug fixes, thanks to patch from
  1766.   Gisle Vanem (giva(a)bgnett.no).  With these changes, he was able to
  1767.   compile Nmap on Windows using MingW + gcc 3.4 C++ rather than MS
  1768.   Visual Studio.
  1769.  
  1770. o Removed (addport) tags from XML output.  They used to provide open
  1771.   ports as they were discovered, but don't work now that the port
  1772.   scanners scan many hosts at once.  They did not specify an IP
  1773.   address.  Of course the appropriate (port) tags are still printed
  1774.   once scanning of a target is complete.
  1775.  
  1776. o Configure script now detects GNU/k*BSD systems (whatever those are),
  1777.   thanks to patch from Robert Millan (rmh(a)debian.org)
  1778.  
  1779. o Fixed various crashes and assertion failures related to the new
  1780.   ultra_scan() system, that were found by Arturo "Buanzo" Busleiman
  1781.   (buanzo(a)buanzo.com.ar), Eric (catastrophe.net), and Bill Petersen
  1782.   (bill.petersen(a)alcatel.com).
  1783.  
  1784. o Fixed some minor memory leaks relating to ping and list scanning as
  1785.   well as the Nmap output table.  These were found with Valgrind (
  1786.   http://valgrind.kde.org/ ).
  1787.  
  1788. o Provide limited --packet_trace support for TCP connect() (-sT)
  1789.   scans.
  1790.  
  1791. o Fixed compilation on certain Solaris machines thanks to a patch by
  1792.   Tom Duffy (tduffy(a)sun.com)
  1793.  
  1794. o Fixed some warnings that crop up when compiling Nbase C files with a
  1795.   C++ compiler.  Thanks to Gisle Vanem (giva(a)bgnett.no) for sending
  1796.   the patch.
  1797.  
  1798. o Tweaked the License blurb on source files and in the man page.  It
  1799.   clarifies some issues and includes a new GPL exception that
  1800.   explicitly allows linking with the OpenSSL library.  Some people
  1801.   believe that the GPL and OpenSSL licenses are incompatible without
  1802.   this special exception.
  1803.  
  1804. o Fixed some serious runtime portability issues on *BSD systems.
  1805.   Thanks to Eric (catastrophe.net) for reporting the problem.
  1806.  
  1807. o Changed the argument parser to better detect bogus arguments to the
  1808.   -iR option.
  1809.  
  1810. o Removed a spurious warning message relating to the Windows ARP cache
  1811.   being empty.  Patch by Gisle Vanem (giva(a)bgnett.no).
  1812.  
  1813. o Removed some C++-style line comments (//) from nbase, because some C
  1814.   compilers (particularly on Solaris) barf on those.  Problem reported
  1815.   by Raju Alluri <Raju.Alluri(a)Sun.COM>
  1816.  
  1817. Nmap 3.55
  1818.  
  1819. o Added MAC address printing.  If Nmap receives packet from a target
  1820.   machine which is on an Ethernet segment directly connected to the
  1821.   scanning machine, Nmap will print out the target MAC address.  Nmap
  1822.   also now contains a database (derived from the official IEEE
  1823.   version) which it uses to determine the vendor name of the target
  1824.   ethernet interface.  The Windows version of Nmap does not yet have
  1825.   this capability.  If any Windows developer types are interesting in
  1826.   adding it, you just need to implement IPisDirectlyConnected() in
  1827.   tcpip.cc and then please send me the patch.  Here are examples from
  1828.   normal and XML output (angle brackets replaced with [] for HTML
  1829.   changelog compatibility):
  1830.   MAC Address: 08:00:20:8F:6B:2F (SUN Microsystems)
  1831.   [address addr="00:A0:CC:63:85:4B" vendor="Lite-on Communications" addrtype="mac" /]
  1832.  
  1833. o Updated the XML DTD to support the newly printed MAC addresses.
  1834.   Thanks to Thorsten Holz (thorsten.holz(a)mmweg.rwth-aachen.de) for
  1835.   sending this patch.
  1836.  
  1837. o Added a bunch of new and fixed service fingerprints for version
  1838.   detection.  These are from Martin Macok
  1839.   (martin.macok(a)underground.cz).
  1840.  
  1841. o Normalized many of the OS names in nmap-os-fingerprints (fixed
  1842.   capitalization, typos, etc.).  Thanks to Royce Williams
  1843.   (royce(a)alaska.net) and Ping Huang (pshuang(a)alum.mit.edu) for
  1844.   sending patches.
  1845.  
  1846. o Modified the mswine32/nmap_performance.reg Windows registry file to
  1847.   use an older and more compatible version.  It also now includes the
  1848.   value "StrictTimeWaitSeqCheck"=dword:00000001 , as suggested by Jim
  1849.   Harrison (jmharr(a)microsoft.com).  Without that latter value, the
  1850.   TcpTimedWaitDelay value apparently isn't checked.  Windows users
  1851.   should apply the new registry changes by clicking on the .reg file.
  1852.   Or do it manually as described in README-WIN32.  This file is also
  1853.   now available in the data directory at
  1854.   http://www.insecure.org/nmap/data/nmap_performance.reg
  1855.  
  1856. o Applied patch from Gisle Vanem (giva(a)bgnett.no) which allows the
  1857.   Windows version of Nmap to work with WinPCAP 3.1BETA (and probably
  1858.   future releases).  The Winpcap folks apparently changed the encoding
  1859.   of adapter names in this release.
  1860.  
  1861. o Fixed a ping scanning bug that would cause this error message: "nmap:
  1862.   targets.cc:196: int hostupdate (Target **, Target *, int, int, int,
  1863.   timeout_info *, timeval *, timeval *, pingtune *, tcpqueryinfo *,
  1864.   pingstyle): Assertion `pt->down_this_block > 0' failed."  Thanks to
  1865.   Beirne Konarski (beirne(a)neo.rr.com) for reporting the problem.
  1866.  
  1867. o If a user attempts -PO (the letter O), print an error suggesting
  1868.   that they probably mean -P0 (Zero) to disable ping scanning.
  1869.  
  1870. o Applied a couple patches (with minor changes) from Oliver Eikemeier
  1871.   (eikemeier(a)fillmore-labs.com) which fix an edge case relating to
  1872.   decoy scanning IP ranges that must be sent through different
  1873.   interfaces, and improves the Nmap response to certain error codes
  1874.   returned by the FreeBSD firewall system.  The patches are from
  1875.   http://cvsweb.freebsd.org/ports/security/nmap/files/ .
  1876.  
  1877. o Many people have reported this error: "checking for type of 6th
  1878.   argument to recvfrom()... configure: error: Cannot find type for 6th
  1879.   argument to recvfrom()".  In most cases, the cause was a missing or
  1880.   broken C++ compiler.  That should now be detected earlier with a
  1881.   clearer message.
  1882.  
  1883. o Fixed the FTP bounce scan to better detect filtered ports on the
  1884.   target network.
  1885.  
  1886. o Fixed some minor bugs related to the new MAC address printing
  1887.   feature.
  1888.  
  1889. o Fixed a problem with UDP-scanning port 0, which was reported by
  1890.   Sebastian Wolfgarten (sebastian(a)wolfgarten.com).
  1891.  
  1892. o Applied patch from Ruediger Rissmann (RRI(a)zurich.ibm.com), which
  1893.   helps Nmap understand an EACCESS error, which can happen at least
  1894.   during IPv6 scans from certain platforms to some firewalled targets.
  1895.  
  1896. o Renamed ACK ping scan option from -PT to -PA in the documentation.
  1897.   Nmap has accepted both names for years and will continue to do
  1898.   so.
  1899.  
  1900. o Removed the notice that Nmap is reading target specifications from a
  1901.   file or stdin when you specify the -iL option.  It was sometimes
  1902.   printed to stdout even when you wanted to redirect XML or grepable
  1903.   output there, because it was printed during options processing before
  1904.   output files were handled.  This change was suggested by Anders Thulin
  1905.   (ath(a)algonet.se).
  1906.  
  1907. o Added --source_port as a longer, but hopefully easier to remember,
  1908.   alias for -g.  In other words, it tries to use the constant source
  1909.   port number you specify for probes.  This can help against poorly
  1910.   configured firewalls that trust source port 20, 53, and the like.
  1911.  
  1912. o Removed undocumented (and useless) -N option.
  1913.  
  1914. o Fixed a version detection crash reported in excellent detail by
  1915.   Jedi/Sector One (j(a)pureftpd.org).
  1916.  
  1917. o Applied patch from Matt Selsky (selsky(a)columbia.edu) which helps
  1918.   Nmap build with OpenSSL.
  1919.  
  1920. o Modified the configure/build system to fix library ordering problems
  1921.   that prevented Nmap from building on certain platforms.  Thanks to
  1922.   Greg A. Woods (woods(a)weird.com) and Saravanan
  1923.   (saravanan_kovai(a)HotPop.com) for the suggestions.
  1924.  
  1925. o Applied a patch to Makefile.in from Scott Mansfield
  1926.   (thephantom(a)mac.com) which enables the use of a DESTDIR variable
  1927.   to install the whole Nmap directory structure under a different root
  1928.   directory.  The configure --prefix option would do the same thing in
  1929.   this case, but DESTDIR is apparently a standard that package
  1930.   maintainers like Scott are used to.  An example usage is 
  1931.   "make DESTDIR=/tmp/packageroot".
  1932.  
  1933. o Removed unnecessary banner printing in the non-root connect() ping
  1934.   scan.  Thanks to Tom Rune Flo (tom(a)x86.no) for the suggestion and
  1935.   a patch.
  1936.  
  1937. o Updated the headers at the top of each source file (mostly to
  1938.   advance the copyright year to 2004 and note that Nmap is a registered
  1939.   trademark).
  1940.  
  1941. o The SInfo line of submitted fingerprints now provides the target's
  1942.   OUI (first three bytes of the MAC address) if available.  Example:
  1943.   "M=00A0CC".  To save a couple bytes, the "Time" field in SInfo has
  1944.   been renamed to "Tm".  The OUI helps identify the device vendor, and
  1945.   is only available when the source and target machines are on the
  1946.   same ethernet network.
  1947.  
  1948. Nmap 3.50
  1949.  
  1950. o Integrated a ton of service fingerprints, increasing the number of
  1951.   signatures more than 50%.  It has now exceeded 1,000 for the first
  1952.   time, and represents 180 unique service protocols from acap, afp,
  1953.   and aim to xml-rpc, zebedee, and zebra.
  1954.  
  1955. o Implemented a huge OS fingerprint update.  The number of
  1956.   fingerprints has increased more than 13% to 1,121.  This is the first
  1957.   time it has exceeded 1000.  Notable updates include Linux 2.6.0, Mac
  1958.   OS X up to 10.3.2 (Panther), OpenBSD 3.4 (normal and pf "scrub all"),
  1959.   FreeBSD 5.2, the latest Windows Longhorn warez, and Cisco PIX 6.3.3.
  1960.   As usual, there are a ton of new consumer devices from ubiquitous
  1961.   D-Link, Linksys, and Netgear broadband routers to a number of new IP
  1962.   phones including the Cisco devices commonly used by Vonage.  Linksys
  1963.   has apparently gone special-purpose with some of their devices, such
  1964.   as their WGA54G "Wireless Game Adapter" and WPS54GU2 wireless print
  1965.   server.  A cute little MP3 player called the Rio Karma was submitted
  1966.   multiple times and I also received and integrated fingerprints for the
  1967.   Handspring Treo 600 (PalmOS).
  1968.  
  1969. o Applied some man page fixes from Eric S. Raymond
  1970.   (esr(a)snark.thyrsus.com).
  1971.  
  1972. o Added version scan information to grepable output between the last
  1973.   two '/' delimiters (that space was previously unused).  So the format
  1974.   is now "portnum/state/protocol/owner/servicename/rpcinfo/versioninfo"
  1975.   as in "53/open/tcp//domain//ISC Bind 9.2.1/" and
  1976.   "22/open/tcp//ssh//OpenSSH 3.5p1 (protocol 1.99)/".  Thanks to
  1977.   MadHat (madhat(a)unspecific.com) for sending a patch (although I did
  1978.   it differently).  Note that any '/' characters in the
  1979.   version (or owner) field are replaced with '|' to keep awk/cut
  1980.   parsing simple.  The service name field has been updated so that it
  1981.   is the same as in normal output (except for the same sort of
  1982.   escaping discussed above).
  1983.  
  1984. o Integrated an Oracle TNS service probe and match lines contributed
  1985.   by Frank Berger (fm.berger(a)gmx.de).  New probe contributions are
  1986.   always appreciated!
  1987.  
  1988. o Fixed a crash that could happen during SSL version detection due to
  1989.   SSL session ID cache reference counting issues.
  1990.  
  1991. o Applied patch from Rob Foehl (rwf(a)loonybin.net) which fixes the
  1992.   --with_openssl=DIR configure argument.
  1993.  
  1994. o Applied patch to nmap XML dtd (nmap.dtd) from Mario Manno
  1995.   (mm(a)koeln.ccc.de).  This accounts for the new version scanning
  1996.   functionality.
  1997.  
  1998. o Updated the Windows build system so that you don't have to manually
  1999.   copy nmap-service-probes to the output directory.  I also updated
  2000.   the README-WIN32 to elaborate further on the build process.
  2001.  
  2002. o Added configure option --with-libpcre=included which causes Nmap to
  2003.   build with its included version of libpcre even if an acceptable
  2004.   version is available on the system.
  2005.  
  2006. o Upgraded to Autoconf 2.59 (from 2.57).  This should help HP-UX
  2007.   compilation problems reported by Petter Reinholdtsen
  2008.   (pere(a)hungry.com) and may have other benefits as well.
  2009.  
  2010. o Applied patch from Przemek Galczewski (sako(a)avet.com.pl) which
  2011.   adds spaces to the XML output in places that apparently help certain
  2012.   older XML parsers.
  2013.  
  2014. o Made Ident-scan (-I) limits on the length and type of responses
  2015.   stricter so that rogue servers can't flood your screen with 1024
  2016.   characters.  The new length limit is 32.  Thanks to Tom Rune Flo
  2017.   (tom(a)x86.no) for the suggestion and a patch.
  2018.  
  2019. o Fingerprints for unrecognized services can now be a bit longer to
  2020.   avoid truncating as much useful response information.  While the
  2021.   fingerprints can be longer now, I hope they will be less frequent
  2022.   because of all the newly recognized services in this version.
  2023.  
  2024. o The nmap-service-probes "match" directive can now take a service
  2025.   name like "ssl/vmware-auth".  The service will then be reported as
  2026.   vmware-auth (or whatever follows "ssl/") tunneled by SSL, yet Nmap
  2027.   won't actually bother initiating an SSL connection.  This is useful
  2028.   for SSL services which can be fully recognized without the overhead
  2029.   of making an SSL connection.
  2030.  
  2031. o Version scan now chops commas and whitespace from the end of
  2032.   vendorproductname, version, and info fields.  This makes it easier to
  2033.   write templates incorporating lists.  For example, the tcpmux service
  2034.   (TCP port 1) gives a list of supported services separated by CRLF.
  2035.   Nmap uses this new feature to print them comma separated without
  2036.   having an annoying trailing comma as so (linewrapped):
  2037.   match tcpmux m|^(sgi_[-.\w]+\r\n([-.\w]+\r\n)*)$| 
  2038.         v/SGI IRIX tcpmux//Available services: $SUBST(1, "\r\n", ",")/
  2039.  
  2040. Nmap 3.48
  2041.  
  2042. o Integrated an enormous number of version detection service
  2043.   submissions.  The database has almost doubled in size to 663
  2044.   signatures representing the following 130 services: 
  2045.     3dm-http afp apcnisd arkstats bittorent chargen citrix-ica
  2046.     cvspserver cvsup dantzretrospect daytime dict directconnect domain
  2047.     echo eggdrop exec finger flexlm font-service ftp ftp-proxy gnats
  2048.     gnutella-http hddtemp hp-gsg http http-proxy hylafax icecast ident
  2049.     imap imaps imsp ipp irc ircbot irc-proxy issrealsecure jabber
  2050.     kazaa-http kerberos-sec landesk-rc ldap linuxconf lmtp lotusnotes
  2051.     lpd lucent-fwadm meetingmaker melange microsoft-ds microsoft-rdp
  2052.     mldonkey msactivesync msdtc msrpc ms-sql-m mstask mud mysql
  2053.     napster ncacn_http ncp netbios-ns netbios-ssn netrek netsaint
  2054.     netstat netwareip networkaudio nntp nsclient nsunicast ntop-http
  2055.     omniback oracle-mts oracle-tns pcanywheredata pksd pmud pop2 pop3
  2056.     pop3s poppass postgresql powerchute printer qotd redcarpet
  2057.     rendezvous rlogind rpc rsync rtsp sdmsvc sftp shell shivahose
  2058.     sieve slimp3 smtp smux snpp sourceoffice spamd ssc-agent ssh ssl
  2059.     svrloc symantec-av symantec-esm systat telnet time tinyfw upnp
  2060.     uucp veritasnetbackup vnc vnc-http vtun webster whois wins
  2061.     winshell wms X11 xfce zebra
  2062.  
  2063. o Added the ability to execute "helper functions" in version
  2064.   templates, to help clean up/manipulate data captured from a server
  2065.   response.  The first defined function is P() which includes only
  2066.   printable characters in a captured string.  The main impetus for
  2067.   this is to deal with Unicode strings like
  2068.   "W\0O\0R\0K\0G\0R\0O\0U\0P\0" that many MS protocols send.  Nmap can
  2069.   now decode that into "WORKGROUP".
  2070.  
  2071. o Added SUBST() helper function, which replaces strings in matched
  2072.   appname/version/extrainfo strings with something else.  For example,
  2073.   VanDyke Vshell gives a banner that includes
  2074.   "SSH-2\.0-VShell_2_2_0_528".  A substring match is used to pick out
  2075.   the string "2_2_0_528", and then SUB21ST(1,"_",".") is called on that
  2076.   match to form the version number 2.2.0.528.
  2077.  
  2078. o If responses to a probe fail to match any of the registered match
  2079.   strings for that probe, Nmap will now try against the registered "null
  2080.   probe" match strings.  This helps in the case that the NULL probe
  2081.   initially times out (perhaps because of initial DNS lookup) but the
  2082.   banner appears in later responses.
  2083.  
  2084. o Applied some portability fixes (particularly for OpenBSD) from Chad
  2085.   Loder (cloder(a)loder.us), who is also now the OpenBSD Nmap port
  2086.   maintainer.
  2087.  
  2088. o Applied some portability fixes from Marius Strobl
  2089.   (marius(a)alchemy.franken.de).
  2090.  
  2091. o The tarball distribution of Nmap now strips the binary at install
  2092.   time thanks to a patch from Marius Strobl
  2093.   (marius(a)alchemy.franken.de).
  2094.  
  2095. o Fixed a problem related to building Nmap on systems that lack PCRE
  2096.   libs (and thus have to use the ones included by Nmap).  Thanks to Remi
  2097.   Denis-Courmont (deniscr6(a)cti.ecp.fr) for the report and patch.
  2098.  
  2099. o Alphabetized the service names in each Probe section in
  2100.   nmap-service-probes (makes them easier to find and add to).
  2101.  
  2102. o Fixed the problem several people reported where Nmap would quit with
  2103.   a "broken pipe" error during service scanning.  Thanks to Jari Ruusu
  2104.   (jari.ruusu(a)pp.inet.fi) for sending a patch.  The actual error
  2105.   message was "Unexpected error in NSE_TYPE_READ callback.  Error
  2106.   code: 32 (Broken pipe)"
  2107.  
  2108. o Fixed protocol scan (-sO), which I had broken when adding the new
  2109.   output table format.  It would complain "NmapOutputTable.cc:128:
  2110.   failed assertion `row < numRows'".  Thanks to Matt Burnett
  2111.   (marukka(a)mac.com) for notifying me of the problem.
  2112.  
  2113. o Upgraded Libpcap to the latest tcpdump.org version (0.7.2) from
  2114.   0.7.1
  2115.  
  2116. o Applied a patch from Peter Marschall (peter(a)adpm.de) which adds
  2117.   version detection support to nmapfe.
  2118.  
  2119. o Fixed a problem with XML output being invalid when service detection
  2120.   was done on SSL-tunneled ports.  Thanks to the several people who
  2121.   reported this - it means that folks are actually using the XML
  2122.   output :).
  2123.  
  2124. o Fixed (I hope) some Solaris Sun ONE compiler compilation problems
  2125.   reported (w/patches) by Mikael Mannstrom (candyman(a)penti.org)
  2126.  
  2127. o Fixed the --with-openssl configure option for people who have
  2128.   OpenSSL installed in a path not automatically found by their
  2129.   compilers.  Thanks to  Marius Strobl (marius(a)alchemy.franken.de) for
  2130.   the patch.
  2131.  
  2132. o Made some portability changes for HP-UX and possibly other types of
  2133.   machines, thanks to a patch from Petter Reinholdtsen (pere(a)hungry.com)
  2134.  
  2135. o Applied a patch from Matt Selsky (selsky(a)columbia.edu) which fixes
  2136.   compilation on some Solaris boxes, and maybe others.  The error said
  2137.   "cannot compute sizeof (char)"
  2138.  
  2139. o Applied some patches from the NetBSD ports tree that Hubert Feyrer
  2140.   (hubert.feyrer(a)informatik.fh-regensburg.de) sent me.  The NetBSD
  2141.   Nmap ports page is at http://www.NetBSD.org/packages/net/nmap/ .
  2142.  
  2143. o Applied some Makefile patches from the FreeBSD ports tree that I
  2144.   found at http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/nmap/files/
  2145.  
  2146. Nmap 3.45
  2147.  
  2148. o Integrated more service signatures from MadHat
  2149.   (madhat(a)unspecific.com), Brian Hatch (bri(a)ifokr.org), Niels
  2150.   Heinen (zillion(a)safemode.org), Solar Designer
  2151.   (solar(a)openwall.com), Seth Master
  2152.   (smaster(a)stanford.edu), and Curt Wilson
  2153.   (netw3_security(a)hushmail.com).  We now have 378 signatures
  2154.   recognizing 86 unique service protocols.
  2155.  
  2156. o Added new HTTPOptions and RTSPRequest probes suggested by MadHat
  2157.   (madhat(a)unspecific.com)
  2158.  
  2159. o Changed the .spec file to compile Nmap RPMs without SSL support to
  2160.   improve compatibility (Some users might not have OpenSSL, and even
  2161.   those who do might not have the right version (libopenssl.so.2 vs
  2162.   libopenssl.so.4, etc).
  2163.  
  2164. o Applied a patch from Solar Eclipse (solareclipse(a)phreedom.org)
  2165.   which increases the allowed size of the 'extrainfo' version field from
  2166.   80 characters to 128.  The main benefit is to allow longer apache module
  2167.   version strings.
  2168.  
  2169. o Fixed Windows compilation and improved the Windows port slightly (no
  2170.   more macro to redefine read().
  2171.  
  2172. o Applied some updates to README-WIN32 sent in by Kirby Kuehl
  2173.   (kkuehl(a)cisco.com).  He improved the list of suggested registry
  2174.   changes and also fixed a typo or two.  He also attached a .reg file
  2175.   automate the Nmap connect() scan performance enhancing registry
  2176.   changes.  I am now including that with the Nmap Windows binary .zip
  2177.   distribution (and in mswin32/ of the source distro).
  2178.  
  2179. o Applied a one-line patch from Dmitry V. Levin (ldv(a)altlinux.org)
  2180.   which fixes a test Nmap does during compilation to see if an existing
  2181.   libpcap installation is recent enough.
  2182.  
  2183. Nmap 3.40PVT17
  2184.  
  2185. o Wrote and posted a new paper on version scanning to
  2186.   http://www.insecure.org/nmap/versionscan.html .  Updated
  2187.   nmap-service-probes and the Nmap man page to simply refer to this
  2188.   URL.
  2189.  
  2190. o Integrated more service signatures from my own scanning as well as
  2191.   contributions from Brian Hatch (bri(a)ifokr.org), MadHat
  2192.   (madhat(a)unspecific.com), Max Vision (vision(a)whitehats.com), HD
  2193.   Moore (hdm(a)digitaloffense.net), Seth Master
  2194.   (smaster(a)stanford.edu), and Niels Heinen (zillion(a)safemode.org).
  2195.   MadHat also contributed a new probe for Windows Media Service.  Many
  2196.   people set a LOT of signatures, which has allowed
  2197.   nmap-service-probes to grow from 295 to 356 signatures representing
  2198.   85 service protocols!
  2199.  
  2200. o Applied a patch (with slight changes) from Brian Hatch
  2201.   (bri(a)ifokr.org) which enables caching of SSL sessions so that
  2202.   negotiation doesn't have to be repeated when Nmap reconnects to the same
  2203.   between probes.
  2204.  
  2205. o Applied a patch from Brian Hatch (bri(a)ifokr.org) which optimizes the
  2206.   requested SSL ciphers for speed rather than security.  The list was
  2207.   based on empirical evidence from substantial benchmarking he did with
  2208.   tests that resemble nmap-service-scanning.
  2209.  
  2210. o Updated the Nmap man page to discuss the new version scanning
  2211.   options (-sV, -A).
  2212.  
  2213. o I now include nmap-version/aclocal.m4 in the distribution as this is
  2214.   required to rebuild the configure script ( thanks to Dmitry V. Levin
  2215.   (ldv(a)altlinux.org) for notifying me of the problem.
  2216.  
  2217. o Applied a patch from Dmitry V. Levin (ldv(a)altlinux.org) which
  2218.   detects whether the PCRE include file is <pcre.h> or <pcre
  2219.  
  2220. o Applied a patch from Dmitry V. Levin (ldv(a)altlinux.org) which
  2221.   fixes typos in some error messages.  The patch apparently came from
  2222.   the highly-secure and stable Owl and Alt Linux distributions.  Check
  2223.   them out at http://www.openwall.com/Owl/ and
  2224.   http://www.altlinux.com/
  2225.  
  2226. o Fixed compilation on Mac OS X - thanks to Brian Hatch
  2227.   (bri(a)ifokr.org> and Ryan Lowe (rlowe(a)pablowe.net) for giving me
  2228.   access to Mac OS X boxes.
  2229.  
  2230. o Stripped down libpcre build system to remove libtool dependency and
  2231.   other cruft that Nmap doesn't need. (this was mostly a response to
  2232.   libtool-related issues on Mac OS X).
  2233.  
  2234. o Added a new --version_trace option which causes Nmap to print out extensive
  2235.   debugging info about what version scanning is doing (this is a subset
  2236.   of what you would get with --packet_trace).  You should usually use
  2237.   this in combination with at least one -d option.
  2238.  
  2239. o Fixed a port number printing bug that would cause Nmap service
  2240.   fingerprints to give a negative port number when the actual port was
  2241.   above 32K.  Thanks to Seth Master (smaster(a)stanford.edu) for finding
  2242.   this.
  2243.  
  2244. o Updated all the header text again to clarify our interpretation of
  2245.   "derived works" after some suggestions from Brian Hatch
  2246.   (bri(a)ifokr.org)
  2247.  
  2248. o Updated the Nsock config.sub/config.guess to the same newer versions
  2249.   that Nmap uses (for Mac OS X compilation).
  2250.  
  2251. Nmap 3.40PVT16
  2252.  
  2253. o Fixed a compilation problem on systems w/o OpenSSL that was
  2254.   discovered by Solar Designer.  I also fixed some compilation
  2255.   problems on non-IPv6 systems.  It now compiles and runs on my
  2256.   Solaris and ancient OpenBSD systems.
  2257.  
  2258. o Integrated more services thanks to submissions from Niels Heinen
  2259.   (zillion(a)safemode.org).
  2260.  
  2261. o Canonicalized the headers at the top of each Nmap/Nsock header source
  2262.   file.  This included clarifying our interpretation of derived works,
  2263.   updating the copyright date to 2003, making the header a bit wider,
  2264.   and a few other light changes.  I've been putting this off for a
  2265.   while, because it required editing about a hundred !#$# files!
  2266.  
  2267. Nmap 3.40PVT15
  2268.  
  2269. o Fixed a major bug in the Nsock time caching system.  This could
  2270.   cause service detection to inexplicably fail against certain ports in
  2271.   the second or later machines scanned.  Thanks to Solar Designer and HD
  2272.   Moore for helping me track this down.
  2273.  
  2274. o Fixed some *BSD compilation bugs found by 
  2275.   Zillion (zillion(a)safemode.org).
  2276.  
  2277. o Integrated more services thanks to submissions from Fyodor Yarochkin
  2278.   (fygrave(a)tigerteam.net), and Niels Heinen
  2279.   (zillion(a)safemode.org), and some of my own exploring.  There are
  2280.   now 295 signatures.
  2281.  
  2282. o Fixed a compilation bug found by Solar Designer on machines that
  2283.   don't have struct sockaddr_storage.  Nsock now just uses "struct
  2284.   sockaddr *" like connect() does.
  2285.  
  2286. o Fixed a bug found by Solar Designer which would cause the Nmap
  2287.   portscan table to be truncated in -oN output files if the results are
  2288.   very long.
  2289.  
  2290. o Changed a bunch of large stack arrays (e.g. int portlookup[65536])
  2291.   into dynamically allocated heap pointers.  The large stack variables
  2292.   apparently caused problems on some architectures.  This issue was
  2293.   reported by osamah abuoun (osamah_abuoun(a)hotmail.com).
  2294.  
  2295. Nmap 3.40PVT14
  2296.  
  2297. o Added IPv6 support for service scan.
  2298.  
  2299. o Added an 'sslports' directive to nmap-service-probes.  This tells
  2300.   Nmap which service checks to try first for SSL-wrapped ports.  The
  2301.   syntax is the same as the normal 'ports' directive for non-ssl ports.
  2302.   For example, the HTTP probe has an 'sslports 443' line and
  2303.   SMTP-detecting probes have and 'sslports 465' line.
  2304.  
  2305. o Integrated more services thanks to submissions from MadHat
  2306.   (madhat(a)unspecific.com), Solar Designer (solar(a)openwall.com), Dug
  2307.   Song (dugsong(a)monkey.org), pope(a)undersec.com, and Brian Hatch
  2308.   (bri(a)ifokr.org).  There are now 288 signatures, matching these 65
  2309.   service protocols:
  2310.     chargen cvspserver daytime domain echo exec finger font-service
  2311.     ftp ftp-proxy http http-proxy hylafax ident ident imap imaps ipp
  2312.     ircbot ircd irc-proxy issrealsecure landesk-rc ldap meetingmaker
  2313.     microsoft-ds msrpc mud mysql ncacn_http ncp netbios-ns netbios-ssn
  2314.     netsaint netwareip nntp nsclient oracle-tns pcanywheredata pop3
  2315.     pop3s postgres printer qotd redcarpet rlogind rpc rsync rtsp shell
  2316.     smtp snpp spamd ssc-agent ssh ssl telnet time upnp uucp vnc
  2317.     vnc-http webster whois winshell X11
  2318.  
  2319. o Added a Lotus Notes probe from Fyodor Yarochkin
  2320.   (fygrave(a)tigerteam.net).
  2321.  
  2322. o Dug Song wins the "award" for most obscure service fingerprint
  2323.   submission.  Nmap now detects Dave Curry's Webster dictionary server
  2324.   from 1986 :).
  2325.  
  2326. o Service fingerprints now include a 'T=SSL' attribute when SSL
  2327.   tunneling was used.
  2328.  
  2329. o More portability enhancements thanks to Solar Designer and his Linux
  2330.   2.0 libc5 boxes.
  2331.  
  2332. o Applied a patch from Gisle Vanem (giva(a)bgnett.no) which improves
  2333.   Windows emulation of the UNIX mmap() and munmap() memory mapping calls.
  2334.  
  2335. Nmap 3.40PVT13
  2336.  
  2337. o Added SSL-scan-through support.  If service detection finds a port to be
  2338.   SSL, it will transparently connect to the port using OpenSSL and use
  2339.   version detection to determine what service lies beneath.  This
  2340.   feature is only enabled if OpenSSL is available at build time.  A
  2341.   new --with-openssl=DIR configure option is available if OpenSSL is
  2342.   not in your default compiler paths.  You can use --without-openssl
  2343.   to disable this functionality.  Thanks to Brian Hatch
  2344.   (bri(a)ifokr.org) for sample code and other assistance.  Make sure
  2345.   you use a version without known exploitable overflows.  In
  2346.   particular, versions up to and including OpenSSL 0.9.6d and
  2347.   0.9.7-beta2 contained serious vulnerabilities described at
  2348.   http://www.openssl.org/news/secadv_20020730.txt .  Note that these
  2349.   vulnerabilities are well over a year old at the time of this
  2350.   writing.
  2351.  
  2352. o Integrated many more services thanks to submissions from Brian
  2353.   Hatch, HellNBack ( hellnbak(a)nmrc.org ), MadHat, Solar Designer,
  2354.   Simple Nomad, and Shawn Wallis (swallis(a)ku.edu).  The number of
  2355.   signatures has grown from 242 to 271.  Thanks!
  2356.  
  2357. o Integrated Novell Netware NCP and MS Terminal Server probes from
  2358.   Simple Nomad (thegnome(a)nmrc.org).
  2359.  
  2360. o Fixed a segfault found by Solar Designer that could occur when
  2361.   scanning certain "evil" services.
  2362.  
  2363. o Fixed a problem reported by Solar Designer and MadHat (
  2364.   madhat(a)unspecific.com ) where Nmap would bail when certain Apache
  2365.   version/info responses were particularly long.  It could happen in
  2366.   other cases as well.  Now Nmap just prints a warning.
  2367.  
  2368. o Fixed some portability issues reported by Solar Designer 
  2369.   ( solar(a)openwall.com )
  2370.  
  2371. Nmap 3.40PVT12
  2372.  
  2373. o I added probes for SSL (session startup request) and microsoft-ds
  2374.   (SMB Negotiate Protocol request).
  2375.  
  2376. o I changed the default read timeout for a service probe from 7.5s to 5s.
  2377.  
  2378. o Fixed a one-character bug that broke many scans when -sV was NOT
  2379.   given.  Thanks to Blue Boar (BlueBoar(a)thievco.com) for the report.
  2380.  
  2381. Nmap 3.40PVT11
  2382.  
  2383. o Integrated many more services thanks to submissions from Simple
  2384.   Nomad, Solar Designer, jerickson(a)inphonic.com, Curt Wilson, and
  2385.   Marco Ivaldi.  Thanks!  The match line count has risen from 201 to 242.
  2386.  
  2387. o Implemented a service classification scheme to separate the
  2388.   vendor/product name from the version number and any extra info that
  2389.   is provided.  Instead of v/[big version string]/, the new match
  2390.   lines include v/[vendor/productname]/[version]/[extrainfo]/ .  See
  2391.   the docs at the top of nmap-service-probes for more info.  This
  2392.   doesn't change the normal output (which lumps them together anyway),
  2393.   but they are separate in the XML so that higher-level programs can
  2394.   easily match against just a product name.  Here are a few examples
  2395.   of the improved service element:
  2396.   <service name="ssh" product="OpenSSH" version="3.1p1"
  2397.      extrainfo="protocol 1.99" method="probed" conf="10" />
  2398.   <service name="domain" product="ISC Bind" version="9.2.1"
  2399.      method="probed" conf="10" />
  2400.   <state state="open" /><service name="rpcbind" version="2"
  2401.      extrainfo="rpc #100000" method="probed" conf="10" />
  2402.   <service name="rndc" method="table" conf="3" />
  2403.  
  2404. o I went through nmap-service-probes and added the vendor name to more
  2405.   entries.  I also added the service name where the product name
  2406.   itself didn't make that completely obvious.
  2407.  
  2408. o SCO Corporation of Lindon, Utah (formerly Caldera) has lately taken
  2409.   to an extortion campaign of demanding license fees from Linux users
  2410.   for code that they themselves knowingly distributed under the terms
  2411.   of the GNU GPL.  They have also refused to accept the GPL, claiming
  2412.   that some preposterous theory of theirs makes it invalid.  Meanwhile
  2413.   they have distributed GPL-licensed Nmap in (at least) their
  2414.   "Supplemental Open Source CD".  In response to these blatant
  2415.   violations, and in accordance with section 4 of the GPL, we hereby
  2416.   terminate SCO's rights to redistribute any versions of Nmap in any
  2417.   of their products, including (without limitation) OpenLinux,
  2418.   Skunkware, OpenServer, and UNIXWare.
  2419.  
  2420. Nmap 3.40PVT10
  2421.  
  2422. o Added "soft matches".  These are similar to normal match lines in
  2423.   that they provide a regex for recognizing a service (but no version).
  2424.   But instead of stopping at softmatch service recognition, the scan
  2425.   continues looking for more info.  It only launches probes that are
  2426.   known-capable of matching the softmatched service.  If no version
  2427.   number is found, at least the determined service is printed.  A
  2428.   service print for submission is also provided in that case.  So this
  2429.   provides more informative results and improves efficiency.
  2430.  
  2431. o Cleaned up the Windows support a bit and did more testing and
  2432.   fixing.  Windows service detection seems to be working fine for me
  2433.   now, although my testing is still pretty limited.  This release
  2434.   includes a Windows binary distribution and the README-WIN32 has been
  2435.   updated to reflect new compilation instructions.
  2436.  
  2437. o More service fingerprints!  Thanks to Solar Designer, Max Vision,
  2438.   Frank Denis (Jedi/Sector One) for the submissions.  I also added a
  2439.   bunch from my own testing. The number of match lines went from 179
  2440.   to 201.
  2441.  
  2442. o Updated XML output to handle new version and service detection
  2443.   information.  Here are a few examples of the new output:
  2444.   <port protocol="tcp" portid="22"><state state="open" /><service
  2445.     name="ssh" version="OpenSSH 3.1p1 (protocol 1.99)" method="probed"
  2446.     conf="10" /></port>
  2447.   <port protocol="tcp" portid="111"><state state="open" /><service
  2448.     name="rpcbind" version="2 (rpc #100000)" method="probed" conf="10" /></port>
  2449.   <port protocol="tcp" portid="953"><state state="open" /><service
  2450.     name="rndc" method="table" conf="3" /></port>
  2451.  
  2452. o Fixed issue where Nmap would quit when ECONNREFUSED was returned
  2453.   when we try to read from an already-connected TCP socket.  FreeBSD
  2454.   does this for some reason instead of giving ECONNRESET.  Thanks to
  2455.   Will Saxon (WillS(a)housing.ufl.edu) for the report.
  2456.  
  2457. o Removed the SERVICEMATCH_STATIC match type from
  2458.   nmap-service-probes.  There wasn't much benefit of this over regular
  2459.   expressions, so it isn't worth maintaining the extra code.
  2460.  
  2461. Nmap 3.40PVT9
  2462.  
  2463. o Added/fixed numerous service fingerprints thanks to submissions from
  2464.   Max Vision, MadHat, Seth Master.  Match lines went
  2465.   from 164 to 179.
  2466.  
  2467. o The Winpcap libraries used in the Windows build process have been
  2468.   upgraded to version 3.0.
  2469.  
  2470. o Most of the Windows port is complete.  It compiles and service scan
  2471.   works (I didn't test very deeply) on my WinXP box with VS.Net 2003.
  2472.   I try to work out remaining kinks and do some cleanup for the next
  2473.   version.  The Windows code was restructured and improved quite a bit,
  2474.   but much more work remains to be done in that area.  I'll probably
  2475.   do a Windows binary .zip release of the next version.
  2476.  
  2477. o Various minor fixes
  2478.  
  2479. Nmap 3.40PVT8
  2480.  
  2481. o Service scan is now OFF by default.  You can activate it with -sV.
  2482.   Or use the snazzy new -A (for "All recommended features" or
  2483.   "Aggressive") option which turns on both OS detection and service
  2484.   detection.
  2485.  
  2486. o Fixed compilation on my ancient OpenBSD 2.3 machine (a Pentium 60 :)
  2487.  
  2488. o Added/fixed numerous service fingerprints thanks to submissions from
  2489.   Brian Hatch, HD Moore, Anand R., and some of my own testing.  The
  2490.   number of match lines in this version grows from 137 to 164!  Please
  2491.   keep 'em coming!
  2492.  
  2493. o Various important and not-so-important fixes for bugs I encountered
  2494.   while test scanning.
  2495.  
  2496. o The RPC grinder no longer prints a startup message if it has no
  2497.   RPC-detected ports to scan.
  2498.  
  2499. o Some of the service fingerprint length limitations are relaxed a bit
  2500.   if you enable debugging (-d).
  2501.  
  2502. Nmap 3.40PVT7
  2503.  
  2504. o Added a whole bunch of services submitted by Brian Hatch
  2505.   (bri(a)ifokr.org).  I also added a few Windows-related probes.
  2506.   Nmap-service-probes has gone from 101 match strings to 137.  Please
  2507.   keep the submissions coming.
  2508.  
  2509. o The question mark now only appears for ports in the OPEN state and
  2510.   when service detection was requested.
  2511.  
  2512. o I now print a separator bar between service fingerprints when Nmap
  2513.   prints more than one for a given host so that users understand to
  2514.   submit them individually (suggested by Brian Hatch (bri(a)ifokr.org))
  2515.  
  2516. o Fixed a bug that would cause Nmap to print "empty" service
  2517.   fingerprints consisting of just a semi-colon.  Thanks to Brian Hatch
  2518.   (bri(a)ifokr.org) for reporting this.
  2519.  
  2520. Nmap 3.40PVT6
  2521.  
  2522. o Banner-scanned hundreds of thousands of machines for ports
  2523.   21,23,25,110,3306 to collect default banners.  Where the banner made
  2524.   the service name/version obvious, I integrated them into
  2525.   nmap-service-probes.  This increased the number of 'match' lines from
  2526.   27 to more than 100.
  2527.  
  2528. o Created the service fingerprint submission page at
  2529.   http://www.insecure.org/cgi-bin/servicefp-submit.cgi
  2530.  
  2531. o Changed the service fingerprint format slightly for easier
  2532.   processing by scripts.
  2533.  
  2534. o Applied a large portability patch from Albert Chin-A-Young
  2535.   (china(a)thewrittenword.com).  This cleans up a number of things,
  2536.   particularly for IRIX, Tru64, and Solaris.
  2537.  
  2538. o Applied NmapFE patch from Peter Marschall (peter(a)adpm.de) which
  2539.   "makes sure changes in the relay host and scanned port entry fields
  2540.   are displayed immediately, and also keeps the fields editable after
  2541.   de- and reactivating them."
  2542.  
  2543. Nmap 3.40PVT4
  2544.  
  2545. o Limited the size of service fingerprints to roughly 1024 bytes.
  2546.   This was suggested by Niels Heinen (niels(a)heinen.ws), because the previous
  2547.   limit was excessive.  The number of fingerprints printed is also now
  2548.   limited to 10.
  2549.  
  2550. o Fixed a segmentation fault that could occur when ping-scanning large
  2551.   networks.
  2552.  
  2553. o Fixed service scan to gracefully handle host_timeout occurrences when
  2554.   they happen during a service scan.
  2555.  
  2556. o Fixed a service_scan bug that would cause an error when hosts send
  2557.   data and then close() during the NULL probe (when we haven't sent
  2558.   anything).
  2559.  
  2560. o Applied a patch from Solar Designer (solar(a)openwall.com) which
  2561.   corrects some errors in the Russian man page translation and also a
  2562.   couple typos in the regular man page.  Then I spell-checked the man
  2563.   page to reduce future instances of foreigners sending in diffs to
  2564.   correct my English :).
  2565.  
  2566. Nmap 3.40PVT3
  2567.  
  2568. o Nmap now prints a "service fingerprint" for services that it is
  2569.   unable to match despite returning data.  The web submission page it
  2570.   references is not yet available.
  2571.  
  2572. o Service detection now does RPC grinding on ports it detects to be
  2573.   running RPC.
  2574.  
  2575. o Fixed a bug that would cause Nmap to quit with an Nsock error when
  2576.   --host_timeout was used (or when -T5 was used, which sets it
  2577.   implicitly).
  2578.  
  2579. o Fixed a bug that would cause Nmap to fail to print the OS
  2580.   fingerprint in certain cases.  Thanks to Ste Jones
  2581.   (root(a)networkpenetration.com) for the problem report.
  2582.  
  2583. Nmap 3.40PVT2
  2584.  
  2585. o Nmap now has a simple VERSION detection scheme.  The 'match' lines in
  2586.   nmap-service-probes can specify a template version string
  2587.   (referencing subexpression matches from the regex in a Perl-like
  2588.   manner) so that the version is determined at the same time as the
  2589.   service.  This handles many common services in a highly efficient
  2590.   manner.  A more complex form of version detection (that initiates
  2591.   further communication w/the target service) may be necessary
  2592.   eventually to handle services that aren't as forthcoming with
  2593.   version details.
  2594.  
  2595. o The Nmap port state table now wastes less whitespace due to using a new
  2596.   and stingy NmapOutputTable class.  This makes it easier to read, and
  2597.   also leaves more room for version info and possibly other enhancements.
  2598.  
  2599. o Added 's' option to match lines in nmap-service-probes.  Just as
  2600.   with the Perl 's' option, this one causes '.' in the regular
  2601.   expression to match any character INCLUDING newline.
  2602.  
  2603. o The WinPcap header timestamp is no longer used on Windows as it
  2604.   sometimes can be a couple seconds different than gettimeofday() (which
  2605.   is really _ftime() on Windows) for some reason.  Thanks to Scott
  2606.   Egbert (scott.egbert(a)citigroup.com) for the report.
  2607.  
  2608. o Applied a patch by Matt Selsky (selsky(a)columbia.edu) which fixes
  2609.   configure.in in such a way that the annoying header file "present but
  2610.   cannot be compiled" warning for Solaris.
  2611.  
  2612. o Applied another patch from Matt that (we hope) fixes the "present
  2613.   but cannot be compiled" warning -- this time for Mac OS X.
  2614.  
  2615. o Port table header names are now capitalized ("SERVICE", "PORT", etc)
  2616.  
  2617. Nmap 3.40PVT1
  2618.  
  2619. o Initial implementation of service detection.  Nmap will now probe
  2620.   ports to determine what is listening, rather than guessing based on
  2621.   the nmap-services table lookup.  This can be very useful for
  2622.   services on unidentified ports and for UDP services where it is not
  2623.   always clear (without these probes) whether the port is really open
  2624.   or just firewalled.  It is also handy for when services are run on
  2625.   the well-known-port of another protocol -- this is happening more
  2626.   and more as users try to circumvent increasingly strict firewall
  2627.   policies.
  2628.  
  2629. o Nmap now uses the excellent libpcre (Perl Compatible Regular
  2630.   Expressions) library from http://www.pcre.org/ .  Many systems
  2631.   already have this, otherwise Nmap will use the copy it now includes.
  2632.   If your libpcre is hidden away in some nonstandard place, give
  2633.   ./configure the new --with-libpcre=DIR directive.
  2634.  
  2635. o Nmap now uses the C++ Standard Template Library (STL).  This makes
  2636.   programming easier, but if it causes major portability or bloat
  2637.   problems, I'll reluctantly remove it.
  2638.  
  2639. o Applied a patch from Javier Kohen (jkohen(a)coresecurity.com) which
  2640.   normalizes the names of many Microsoft entries in the
  2641.   nmap-os-fingerprints file.
  2642.  
  2643. o Applied a patch by Florin Andrei (florin(a)sgi.com) to the Nmap RPM
  2644.   spec file.  This uses the 'Epoch' flag to prevent the Redhat Network
  2645.   tool from marking my RPMs as "obsolete" and "upgrading" to earlier
  2646.   Redhat-built versions.  A compilation flag problem is also fixed.
  2647.  
  2648. Nmap 3.30
  2649.  
  2650. o Implemented the largest-ever OS fingerprint update!  Roughly 300
  2651.   fingerprints were added/modified.  These massive changes span the
  2652.   gamut from AIX 5.1 to the ZyXEL Prestige broadband router line.
  2653.   Notable updates include OpenBSD 3.3, FreeBSD 5.1, Mac OS X 10.2.6,
  2654.   Windows 2003 server, and more WAPs and broadband routers than you
  2655.   can shake a stick at.  Someone even submitted a fingerprint for
  2656.   Debian Linux running on the Microsoft Xbox.  You have to love that
  2657.   irony :).  Thanks to everyone who submitted fingerprints using the
  2658.   URL Nmap gives you when it gets a clean reading but is stumped.  The
  2659.   fingerprint DB now contains almost 1000 fingerprints.
  2660.  
  2661. o Went through every one of the fingerprints to normalize the
  2662.   descriptions a bit.  I also looked up what all of the devices are
  2663.   (thanks E*Bay and Google!).  Results like "Nexland ISB Pro800 Turbo"
  2664.   and "Siemens 300E Release 6.5" are much more useful when you add the
  2665.   words "cable modem" and "business phone system"
  2666.  
  2667. o Added a new classification system to nmap-os-fingerprints.  In
  2668.   addition to the standard text description, each entry is now
  2669.   classified by vendor name (e.g. Sun), underlying OS (e.g. Solaris),
  2670.   OS generation (e.g. 7), and device type ("general purpose", router,
  2671.   switch, game console, etc).  This can be useful if you want to (say)
  2672.   locate and eliminate the SCO systems on a network, or find the
  2673.   wireless access points (WAPs) by scanning from the wired side.
  2674.  
  2675. o Classification system described above is now used to print out a
  2676.   "device type" line and OS categories for matches.  The free-form
  2677.   English details are still printed as well.  Nmap can sometimes
  2678.   provide classifications even where it used to provide nothing
  2679.   because of "too many matches".  These have been added to XML output
  2680.   as well.  They are not printed for the "grepable output", as I
  2681.   consider that format deprecated.
  2682.  
  2683. o Nmap will now sometimes guess in the "no exact matches" case, even
  2684.   if you don't use the secret --osscan_guess or -fuzzy options.
  2685.  
  2686. o Applied another huge NmapFE patch from Peter Marschall
  2687.   (peter(a)adpm.de).  This revamps the interface to use a tabbed
  2688.   format that allows for many more Nmap options to be used.  It also
  2689.   cleans up some crufty parts of the code.  Let me and Peter know what
  2690.   you think (and if you encounter any problems).
  2691.  
  2692. o Windows and Amiga ports now use packet receive times from libpcap.
  2693.   Let me know if you get any "time computation problem" errors.
  2694.  
  2695. o Updated version of the Russian man page translation from Alex Volkov
  2696.   (alex(a)cherepovets-city.ru).
  2697.  
  2698. Nmap 3.28
  2699.  
  2700. o Fixed (I hope) an issue that would cause Nmap to print "Serious time
  2701.   computation problem in adjust_timeout ..." and quit.  The ultimate
  2702.   cause was demonstrated by this --packet_trace snippet that Russel
  2703.   Miller (rmiller(a)duskglow.com) sent me:
  2704.   SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ...
  2705.   RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ...
  2706.   As you can see, the ping reply appears to come BEFORE the request
  2707.   was sent(!).  This sort of thing happens on at least Linux and
  2708.   Windows.  The send time is obtained from gettimeofday(timeval, NULL),
  2709.   while receive time libpcap packet header.  If anyone knows why this
  2710.   occurs, or (even better) knows a good way to fix it, let me know.
  2711.   For now, I am allowing the response to come up to .05s "before" the
  2712.   request.  That is gross.
  2713.  
  2714. o For years, Nmap has added -I/usr/local/include and -L/usr/local/lib
  2715.   to the compiler line to grab local libraries.  I have removed this
  2716.   behavior by default, and added a '--with-localdirs' configure option
  2717.   that adds it back.  If Nmap fails to compile now without the above
  2718.   option, please let me know.  I can change the default back if this
  2719.   change causes more problems than it solves.  People (such as certain
  2720.   ports tree packagers) who know they don't want /usr/local should
  2721.   specify --without-localdirs rather than relying on that always being
  2722.   the default.
  2723.  
  2724. o Fixed (I hope) a problem that led to the error message "Assertion
  2725.   `tqi->sockets[probe_port_num][seq] == -1' failed".
  2726.  
  2727. o Fixed a problem that would cause Nmap on Windows to send ICMP ping
  2728.   packets from 0.0.0.0 instead of the appropriate source IP.  Thanks
  2729.   to Yeti (boxed(a)blueyonder.co.uk) for the report.
  2730.  
  2731. o Applied some changes from Solar Designer (solar(a)openwall.com)
  2732.   which fix some typos and also suggest safer /tmp/ behavior in the
  2733.   HACKING file and Lithuanian man page.  These changes are for the
  2734.   Nmap package of his Openwall GNU/*/Linux (Owl) distribution. 
  2735.   [ http://www.openwall.com/Owl/ ]
  2736.  
  2737. o For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t
  2738.   in nmap.h.  Isn't that exciting?!!!  Hopefully this will help
  2739.   compilation on Solaris 2.6 (and perhaps earlier).  If any Solaris
  2740.   users notice new compilation problems, please let me know.  Thanks to
  2741.   Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue.
  2742.  
  2743. o Removed an errant getopt() prototype in nbase/getopt.h which should
  2744.   hopefully improve compilation on certain Solaris boxes and BSD
  2745.   variants.
  2746.  
  2747. o SCO operating systems are no longer supported due to their recent
  2748.   (and absurd) attacks against Linux and IBM.  Bug reports relating to
  2749.   UnixWare will be ignored, or possibly even laughed at derisively.
  2750.   Note that I have no reason to believe anyone has ever used Nmap on
  2751.   SCO systems.  UnixWare and OpenServer suck.
  2752.  
  2753. o Fixed a problem with small --max_parallelism values when non-root ping
  2754.   scanning that would cause Nmap to say "sendconnecttcpquery: Could
  2755.   not scavenge a free socket!" and quit.  Problem was reported by
  2756.   Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463.
  2757.  
  2758. o Applied (with a few modifications) a large NmapFE patch from Peter
  2759.   Marschall (peter(a)adpm.de).  This patch adds a bunch more scan/ping
  2760.   options and cleans up some redundant NmapFE code.
  2761.  
  2762. o Included new Russian man page translation by Alex Volkov
  2763.   (alex(a)cherepovets-city.ru)
  2764.  
  2765. o Changed many single-quotes (') into double quotes (") in the man
  2766.   page due to a disagreement over whether to represent them as (') or
  2767.   (\') in nroff.
  2768.  
  2769. o Included --packet_trace support for Explicit Congestion Notification
  2770.   (RFC 2481/3168) flags thanks to a patch sent in by Maik Pfeil
  2771.   (root(a)bundesspionageministerium.de)
  2772.  
  2773. o Included --packet_trace support for a few (unusual) ICMP types in
  2774.   case Nmap receives them.  The patch was also sent by Maik Pfeil.
  2775.  
  2776. o Fixed a problem with redirecting XML/Grep/Machine output to stdout
  2777.   on Windows (e.g. -oX - ).  Problem was reported by Wei Jiang
  2778.   (Wei.Jiang(a)bindview.com)
  2779.  
  2780. o Made "-g -Wall" compiler flags dependent on availability of gcc/g++
  2781.   sine some other compilers do not support them.
  2782.  
  2783. o I spam-protected the email addresses in this file.  I fervently hope
  2784.   that within 5 years we will be able to defeat this scourge through
  2785.   technology and laws, so that we may again list our email addresses
  2786.   openly without fear of abuse by criminal spammers.  Oh, and it would
  2787.   be a shame if the spiders went through this whole page and only
  2788.   found uce@ftc.gov, rhundt@fcc.gov, jquello@fcc.gov, sness@fcc.gov,
  2789.   president@whitehouse.gov, haesslich@loyalty.org, and rchong@fcc.gov.
  2790.  
  2791. Nmap 3.27
  2792.  
  2793. o Nmap now compiles under Amiga thanks to patches sent by Diego
  2794.   Casorran (dcr8520(a)amiga.org).
  2795.  
  2796. o Fixed a backwards WIN32 ifdef that broke UDP and small-fragment
  2797.   scans for some operating systems other than Linux and Windows.
  2798.   Thanks to Guido van Rooij (guido(a)gvr.org) for reporting the problem
  2799.   and sending a patch.
  2800.  
  2801. o Applied patch from Marius Strobl (marius(a)alchemy.franken.de) which improves
  2802.   the definition of NET_SIZE_T on FreeBSD so that it compiles on
  2803.   64-bit platforms.
  2804.  
  2805. Nmap 3.26
  2806.  
  2807. o Fixed Mac OS X Compilation (at least on most of the machines
  2808.   tested).  You will probably need to type 
  2809.   "./configure CPP=/usr/bin/cpp" instead of simply "./configure".  If
  2810.   you still have trouble, drop me an email.  Thanks to everyone who
  2811.   provided or offered shell accounts!
  2812.  
  2813. o Fixed a segmentation fault several people reported that was
  2814.   introduced in 3.25.  This problem manifests itself intermittently
  2815.   in many normal situations involving large-network scanning.  So all
  2816.   3.25 users are urged to upgrade.  Pre-3.25 users should upgrade too,
  2817.   since 3.25 included so many improvements :).
  2818.  
  2819. Nmap 3.25
  2820.  
  2821. o I added UDP-based "ping" scanning.  The -PU option can take an
  2822.   optional portlist like the TCP "ping" options (-PS, -PA), but it sends
  2823.   a UDP packet to the targets and expects hosts that are up to reply
  2824.   with a port unreachable (or possibly a UDP response if the port is
  2825.   open).  This one is likely to work best against closed ports, since
  2826.   many open ports don't respond to empty requests.
  2827.  
  2828. o Fixed (I hope) problem where Nmap would abort, complaining that
  2829.   "Assertion `pt->down_this_block > 0' failed".  Thanks to
  2830.   ray(a)24hoursecurity.org and mugz(a)x-mafia.com for reporting and
  2831.   helping me debug this problem.
  2832.  
  2833. o Fixed a GCC dependency reported by Ayamura Kikuchi
  2834.   (ayamura(a)keio.net)
  2835.  
  2836. o Fixed an "assertion failure" which would cause Nmap to exit when you
  2837.   specify a --max_rtt_timeout below 3000.  Thanks to Tammy Rathbun
  2838.   (rathbun2(a)llnl.gov) and Jan Roger Wilkens (jrw(a)proseq.net) for
  2839.   reporting this.
  2840.  
  2841. o Packet receive times are now obtained from libpcap rather than
  2842.   simply using the time the packets are passed to Nmap.  This should
  2843.   improve performance slightly.  I was not able to get this to work
  2844.   properly on Windows (either pcap or raw) -- join the nmap-dev list
  2845.   if you have ideas.
  2846.  
  2847. o Fixed bug that caused Nmap to ignore certain RST responses when you
  2848.   do both -PS and -PA.
  2849.  
  2850. o Modified ping scan to work better when many instances of Nmap are
  2851.   executed concurrently.
  2852.  
  2853. o I'm now linking directly to the gzip compressed version of Nmap on
  2854.   the homepage as well as the .bz2.
  2855.  
  2856. o Fixed a portability problem that caused BSD Make to bail out.
  2857.  
  2858. o Fixed a divide by zero error caused when non-root users (on UNIX)
  2859.   explicitly request ICMP pings (which require root privileges).  Now it
  2860.   prints a warning and uses the normal non-root TCP connect() ping.
  2861.   Jaroslav Sladek (jup(a)matfyz.cz) found the bug and provided the patch.
  2862.  
  2863. o Made Nmap more tolerant of corrupt nmap-services and nmap-protocols
  2864.   files thanks to report & patch sent by Phix (phix(a)hush.com)
  2865.  
  2866. o Added some more port numbers sent in by Seth Master
  2867.   (smaster(a)stanford.edu).  He has been a frequent nmap-services
  2868.   contributor in the last couple months.
  2869.  
  2870. o Added --packet_trace support to Windows
  2871.  
  2872. o Removed superfluous "addport" line in the XML output (patch from Max
  2873.   Schubert (nmap(a)webwizarddesign.com)).
  2874.  
  2875. o Merged wintcpip.cc into tcpip.cc to avoid the headache of
  2876.   maintaining many nearly-identical functions.
  2877.  
  2878. o Fixed an assertion failure crash related to combining port 0 scans
  2879.   and OS scan.  Thanks to A.Jones(a)mvv.de for reporting this.
  2880.  
  2881. o Fixed some compilation problems on systems without IPv6 support --
  2882.   patch sent by Jochen Erwied (Jochen.Erwied(a)mbs-software.info)
  2883.  
  2884. o Applied patch from Jochen Erwied (Jochen.Erwied(a)mbs-software.info)
  2885.   which fixes the format strings used for printing certain timestamps.
  2886.  
  2887. o Upgraded to autoconf 2.57, including the latest config.guess/config.sub
  2888.  
  2889. o Renamed configure.ac files to configure.in as recommended by the
  2890.   latest autoconf documentation.
  2891.  
  2892. o Changed the wording of NmapFE Gnome entries to better-comply with
  2893.   Gnome's Human Interface Guidelines (HIG).  Suggested by Axel Krauth
  2894.   (krauth(a)fmi.uni-passau.de)
  2895.  
  2896. Nmap 3.20
  2897.  
  2898. o The random IP input option (-iR) now takes an argument specifying
  2899.   how many IPs you want to scan (e.g. -iR 1000).  Specify 0 for the old
  2900.   never-ending scan behavior.
  2901.  
  2902. o Fixed a tricky memory leak discovered by Mugz (mugz(a)x-mafia.com).
  2903.  
  2904. o Fixed output truncation problem noted by Lionel CONS (lionel.cons(a)cern.ch)
  2905.  
  2906. o Fixed a bug that would cause certain incoming ICMP error messages to
  2907.   be improperly ignored.
  2908.  
  2909. Nmap 3.15BETA3
  2910.  
  2911. o Made numerous improvements to the timing behavior of "-T Aggressive"
  2912.   (same as -T4) scans.  It is now recommended for regular use by
  2913.   impatient people with a fast connection.  "-T Insane" mode has also
  2914.   been updated, but we only recommend that for, well, insane people.
  2915.  
  2916. o Made substantial changes to the SYN/connect()/Window scanning
  2917.   algorithms for improved speeds, especially against heavily filtered
  2918.   hosts.  If you notice any timing problems (misidentified ports,
  2919.   etc.), please send me the details (including full Nmap output and a
  2920.   description of what is wrong).  Reports of any timing problems with
  2921.   -T4 would be helpful as well.
  2922.  
  2923. o Changed Nmap such that ALL syn scan packets are sent from the port
  2924.   you specify with -g.  Retransmissions used to utilize successively
  2925.   higher ports.  This change has a downside in that some operating
  2926.   systems (such as Linux) often won't reply to the retransmissions
  2927.   because they reuse the same connection specifier quad
  2928.   (srcip:srcport:dstip:dstport).  Overall I think this is a win.
  2929.  
  2930. o Added timestamps to "Starting nmap" line and each host port scan in
  2931.   verbose (-v) mode.  These are in ISO 8601 standard format because
  2932.   unlike President Bush, we actually care about International 
  2933.   consensus :).
  2934.  
  2935. o Nmap now comes by default in .tar.bz2 format, which compresses about
  2936.   20% further.  You can still find .tgz in the dist directory at
  2937.   http://download.insecure.org/nmap/dist/?M=D .
  2938.  
  2939. o Various other minor bug fixes, new services, fingerprints, etc.
  2940.  
  2941. Nmap 3.15BETA2
  2942.  
  2943. o I added support for a brand new "port" that many of you may have
  2944.   never scanned before!  UDP & TCP "port 0" (and IP protocol 0) are now
  2945.   permitted if you specify 0 explicitly.  An argument like "-p -40"
  2946.   would still scan ports 1-40.  Unlike ports, protocol 0 IS now scanned
  2947.   by default.  This now works for ping probes too (e.g., -PS, -PA).
  2948.  
  2949. o Applied patch by Martin Kluge (martin(a)elxsi.info) which adds --ttl
  2950.   option, which sets the outgoing IPv4 TTL field in packets sent via
  2951.   all raw scan types (including ping scans and OS detection).  The
  2952.   patch "should work" on Windows, but hasn't been tested.  A TTL of 0
  2953.   is supported, and even tends to work on a LAN:
  2954.     14:17:19.474293 192.168.0.42.60214 > 192.168.0.40.135: S 326:326(0) [ttl 0]
  2955.     14:17:19.474456 192.168.0.40.135 > 192.168.0.42.60214: S 280:280(0) ack 326 (ttl 128)
  2956.  
  2957. o Applied patch by Gabriel L. Somlo ( somlo(a)acns.colostate.edu ) which
  2958.   extends the multi-ping-port functionality to nonroot and IPv6
  2959.   connect() users.
  2960.  
  2961. o I added a new --datadir command line option which allows you to
  2962.   specify the highest priority directory for Nmap data files
  2963.   nmap-services, nmap-os-fingerprints, and nmap-rpc.  Any files which
  2964.   aren't in the given dir, will be searched for in the $NMAPDIR
  2965.   environmental variable, ~/nmap/, a compiled in data directory
  2966.   (e.g. /usr/share/nmap), and finally the current directory.
  2967.  
  2968. o Fixed Windows (VC++ 6) compilation, thanks to patches from Kevin
  2969.   Davis (computerguy(a)cfl.rr.com) and Andy Lutomirski
  2970.   (luto(a)stanford.edu)
  2971.  
  2972. o Included new Latvian man page translation by 
  2973.   "miscelerious options" (misc(a)inbox.lv)
  2974.  
  2975. o Fixed Solaris compilation when Sun make is used rather than GNU
  2976.   make.  Thanks to Tom Duffy (tduffy(a)sun.com) for assistance.
  2977.  
  2978. o Applied patch from Stephen Bishop (sbishop(a)idsec.co.uk) which
  2979.   prevents certain false-positive responses when Nmap raw TCP ping scans
  2980.   are being run in parallel.
  2981.  
  2982. o To emphasize the highly professional nature of Nmap, I changed all
  2983.   instances of "fucked up" in error message text into "b0rked".
  2984.  
  2985. o Fixed a problem with nmap-frontend RPMs that would cause a bogus
  2986.   /bin/xnmap link to be created (it should only create
  2987.   /usr/bin/xnmap).  Thanks to Juho Schultz
  2988.   (juho.schultz(a)astro.helsinki.fi) for reporting the problem.
  2989.  
  2990. o I made the maximum number of allowed routes and interfaces allowed
  2991.   on the scanning machine dynamic rather than hardcoded #defines of 1024
  2992.   and 128.  You never know -- some wacko probably has that many :).
  2993.  
  2994. Nmap 3.15BETA1
  2995.  
  2996. o Integrated the largest OS fingerprint DB updates ever! Thanks to
  2997.   everyone who contributed signatures!  New or substantially modified
  2998.   fingerprints included the latest Windows 2K/XP changes, Cisco IOS
  2999.   12.2-based routers and PIX 6.3 firewalls, FreeBSD 5.0, AIX 5.1,
  3000.   OpenBSD 3.2, Tru64 5.1A, IBM OS/400 V5R1M0, dozens of wireless APs,
  3001.   VOIP devices, firewalls, printers, print servers, cable modems,
  3002.   webcams, etc.  We've even got some mod-chipped Xbox fingerprints
  3003.   now!
  3004.  
  3005. o Applied NetBSD portability patch by Darren Reed
  3006.   (darrenr(a)reed.wattle.id.au)
  3007.  
  3008. o Updated Makefile to better-detect if it can't make nmapfe and
  3009.   provide a clearer error message.  Also fixed a couple compiler
  3010.   warnings on some *BSD platforms.
  3011.  
  3012. o Applied patch from "Max" (nmap(a)webwizarddesign.com) which adds the
  3013.   port owner to the "addport" XML output lines which are printed (only
  3014.   in verbose mode, I think) as each open port is discovered.
  3015.  
  3016. o I killed the annoying whitespace that is normally appended after the
  3017.   service name.  Now it is only there when an owner was found via -sI
  3018.   (in which case there is a fourth column and so "service" must be
  3019.   exactly 24 characters).
  3020.  
  3021. Nmap 3.10ALPHA9
  3022.  
  3023. o Reworked the "ping scan" algorithm (used for any scan except -P0 or
  3024.   -sL) to be more robust in the face of low-bandwidth and congested
  3025.   connections.  This also improves reliability in the multi-port and
  3026.   multi-type ping cases described below.
  3027.  
  3028. o "Ping types" are no longer exclusive -- you can now do combinations
  3029.   such as "-PS22,53,80 -PT113 -PN -PE" in order to increase your odds of
  3030.   passing through strict filters.  The "PB" flag is now deprecated
  3031.   since you can achieve the same result via "PE" and "PT" options.
  3032.  
  3033. o Applied patch (with modest changes) by Gabriel L. Somlo
  3034.   (somlo(a)acns.colostate.edu), which allows multiple TCP probe ports in
  3035.   raw (root) mode.  See the previous item for an example.
  3036.  
  3037. o Fixed a libpcap compilation issue noted by Josef 'Jupp' Schugt
  3038.   (deusxmachina(a)webmail.co.za) which relates to the definition (or
  3039.   lack thereof) of ARPHRD_HDLC (used for Cisco HDLC frames).
  3040.  
  3041. o Tweaked the version number (-V) output slightly.
  3042.  
  3043. Nmap 3.10ALPHA7
  3044.  
  3045. o Upgraded libpcap from version 0.6.2 to 0.7.1.  Updated the
  3046.   libpcap-possiblymodified/NMAP_MODIFICATIONS file to give a much
  3047.   more extensive list (including diffs) of the changes included
  3048.   in the Nmap bundled version of Libpcap.
  3049.  
  3050. o Applied patch to fix a libpcap alignment bug found by Tom Duffy
  3051.   (tduffy(a)sun.com).
  3052.  
  3053. o Fixed Windows compilation.
  3054.  
  3055. o Applied patch by Chad Loder (cloder(a)loder.us) of Rapid7 which
  3056.   fixes OpenBSD compilation.  I believe Chad is now the official
  3057.   OpenBSD Nmap "port" maintainer.  His patch also adjusted
  3058.   random-scan (-iR) to include the recently allocated 82.0.0.0/8
  3059.   space.
  3060.  
  3061. o Fixed (I hope) a few compilation problems on
  3062.   non-IPv6-enabled machines which were noted by Josef 'Jupp'
  3063.   Schugt (jupp(a)gmx.de)
  3064.  
  3065. o Included some man page translations which were inadvertently
  3066.   missed in previous tarballs.
  3067.  
  3068. o Applied patch from Matthieu Verbert (mve(a)zurich.ibm.com) which
  3069.   places the Nmap man pages under ${prefix}/share/man rather than
  3070.   ${prefix}/man when installed via RPM.  Maybe the tarball
  3071.   install should do this too?  Opinions?
  3072.  
  3073. o Applied patch from R Anderson (listbox(a)pole-position.org) which
  3074.   improves the way ICMP port unreachables from intermediate hosts
  3075.   are handled during UDP scans.
  3076.  
  3077. o Added note to man page related to Nmap US export control.  I
  3078.   believe Nmap falls under ECCN 5D992, which has no special
  3079.   restrictions beyond the standard export denial to a handful of
  3080.   rogue nations such as Iraq and North Korea.
  3081.  
  3082. o Added a warning that some hosts may be skipped and/or repeated
  3083.   when someone tries to --resume a --randomize_hosts scan.  This
  3084.   was suggested by Crayden Mantelium (crayden(a)sensewave.com)
  3085.  
  3086. o Fixed a minor memory leak noted by Michael Davis
  3087.   (mike(a)datanerds.net).
  3088.  
  3089. Nmap 3.10ALPHA4
  3090.  
  3091. o Applied patch by Max Schubert (nmap(a)webwizarddesign.com) which adds
  3092.   an add-port XML tag whenever a new port is found open when Nmap is
  3093.   running in verbose mode.  The new tag looks like:
  3094.   [addport state="open" portid="22" protocol="tcp"/]
  3095.   I also updated docs/nmap.dtd to recognize this new tag.
  3096.  
  3097. o Added German translation of Nmap man page by Marc Ruef
  3098.   (marc.ruef(a)computec.ch).  It is also available at
  3099.   http://www.insecure.org/nmap/data/nmap_manpage-de.html
  3100.  
  3101. o Includes a brand new French translation of the man page by Sebastien
  3102.   Blanchet.  You could probably guess that it is available at
  3103.   http://www.insecure.org/nmap/data/nmap_manpage-fr.html
  3104.  
  3105. o Applied some patches from Chad Loder (cloder(a)loder.us) which update
  3106.   the random IP allocation pool and improve OpenBSD support.  Some
  3107.   were from the OBSD Nmap patchlist.
  3108.  
  3109. o Fixed a compile problem on machines without PF_INET6.  Thanks to
  3110.   Josef 'Jupp' Schugt (deusxmachina(a)webmail.co.za) for noting this.
  3111.  
  3112. Nmap 3.10ALPHA3
  3113.  
  3114. o Added --min_parallelism option, which makes scans more aggressive
  3115.   and MUCH faster in certain situations -- especially against
  3116.   firewalled hosts.  It is basically the opposite of --max_parallelism
  3117.   (-M).  Note that reliability can be lost if you push it too far.
  3118.  
  3119. o Added --packet_trace option, which tells Nmap to display all of the
  3120.   packets it sends and receives in a format similar to tcpdump.  I
  3121.   mostly added this for debugging purposes, but people wishing to learn
  3122.   how Nmap works or for experts wanting to ensure Nmap is doing
  3123.   exactly what they expect.  If you want this feature supported under
  3124.   Windows, please send me a patch :).
  3125.  
  3126. o Fixed a segmentation fault in Idlescan (-sI).
  3127.  
  3128. o Made Idlescan timing more conservative when -P0 is specified to
  3129.   improve accuracy.
  3130.  
  3131. o Fixed an infinite-loop condition that could occur during certain
  3132.   dropped-packet scenarios in an Idle scan.
  3133.  
  3134. o Nmap now reports execution times to millisecond precision (rather
  3135.   than rounding to the nearest second).
  3136.  
  3137. o Fixed an infinite loop caused by invalid port arguments.  Problem
  3138.   noted by fejed (fejed(a)uddf.net).
  3139.  
  3140. Nmap 3.10ALPHA2
  3141.  
  3142. o Fixed compilation and IPv6 support on FreeBSD (tested on
  3143.   4.6-STABLE).  Thanks to Niels Heinen (niels.heinen(a)ubizen.com) for
  3144.   suggestions.
  3145.  
  3146. o Made some portability changes based on suggestions by Josef 'Jupp'
  3147.   Schugt (jupp(a)gmx.de)
  3148.  
  3149. o Fixed compilation and IPv6 support on Solaris 9 (haven't tested
  3150.   earlier versions).
  3151.  
  3152. Nmap 3.10ALPHA1
  3153.  
  3154. o IPv6 is now supported for TCP scan (-sT), connect()-style ping
  3155.   scan (-sP), and list scan (-sL)!  Just specify the -6 option and the
  3156.   IPv6 numbers or DNS names.  Netmask notation is not currently
  3157.   supported -- I'm not sure how useful it is for IPv6, where even petty
  3158.   end users may be allocated trillions of addresses (/80).  If you
  3159.   need one of the scan types that hasn't been ported yet, give
  3160.   Sebastien Peterson's patch a try at http://nmap6.sourceforge.net/ .
  3161.   If there is demand, I may integrate more of that into Nmap.
  3162.  
  3163. o Major code restructuring, which included conversion to C++ -- so
  3164.   you'll need g++ or another C++ compiler.  I accidentally let a C++
  3165.   requirement slip in a while back and found that almost everyone has
  3166.   such a compiler.  Windows (VC++) users: see the README-WIN32 for new
  3167.   compilation instructions.
  3168.  
  3169. o Applied patch from Axel Nennker (Axel.Nennker(a)t-systems.com) which
  3170.   adds a --without-nmapfe option to the configure script.  This is
  3171.   useful if your system doesn't have the proper libraries (e.g. GTK) or
  3172.   if you think GUIs are for sissies :).
  3173.  
  3174. o Removed arbitrary max_parallelism (-M) limitations, as suggested by
  3175.   William McVey ( wam(a)cisco.com ).
  3176.  
  3177. o Added DEC OSF to the platforms that require the BSDFIX() macro due
  3178.   to taking IP length and offset fields in host rather than network byte
  3179.   order.  Suggested by Dean Bennett (deanb(a)gbtn.net)
  3180.  
  3181. o Fixed an debug statement C ambiguity discovered by Kronos
  3182.   (kronos(a)kronoz.cjb.net)
  3183.  
  3184. Nmap 3.00
  3185.  
  3186. o Woohoo! :)
  3187.  
  3188. Nmap 2.99RC2
  3189.  
  3190. o Fixed an important memory initialization bug which was causing
  3191.   crashes on Mac OS X (and possibly other platforms).  The problem was
  3192.   located by Pieter ten Pierick (P.tenPierick(a)chello.nl)
  3193.  
  3194. o Various minor bugfixes/cleanup
  3195.  
  3196. Nmap 2.99RC1
  3197.  
  3198. o Implemented the biggest OS fingerprint update since December 1999!
  3199.   More than 200 fingerprints were added/modified.  This includes
  3200.   OpenBSD 3.1, Solaris 9, Mac OS 10.1.5, OS/400, FreeBSD 4.6, The
  3201.   latest MS WinXP changes, new CISCO equiptment, and loads of network
  3202.   devices such as VoIP phones, switches, printers, WAPs, etc.
  3203.  
  3204. o Updated build system to work on MacOS X.
  3205.  
  3206. o I removed "credit" lines from the nmap-os-fingerprints file out of
  3207.   concern that evil spammers might harvest the 602 addresses.  Plus
  3208.   those took up 28K and the size of nmap-os-fingerprints has already
  3209.   caused trouble for some handheld devices.  If anyone actually cares
  3210.   about the "fame" of being listed, let me know and I'll put you back
  3211.   in.  I still appreciate everyone who submits fingerprints!  I just
  3212.   don't want you to be spammed when the fingerprint file goes online.
  3213.  
  3214. o Minor usage screen (nmap -h) fix suggested by Martin Kluge 
  3215.   ( martin(a)elxsi.info )
  3216.  
  3217. o Insured that the initial pound (#) in C preprocessor directives is
  3218.   always in column 1 (portability fix).  Problem noted by Shamsher
  3219.   Sran (ssran(a)bechtel.com)
  3220.  
  3221. Nmap 2.54BETA37
  3222.  
  3223. o Made SYN scan the default for privileged (root) users.  This offers
  3224.   far better performance for Windows users due to their broken
  3225.   connect() call, and is usually even preferred on UNIX because it is
  3226.   more stealthy and less likely to crash applications listening on the
  3227.   target host.
  3228.  
  3229. o Fixed a problem noted by Ping Huang (pshuang(a)alum.mit.edu) relating
  3230.   to -PI scans of a machine's own non-localhost interfaces (eg
  3231.   scanning your ethernet address).
  3232.  
  3233. o Applied patch from Patrice Goetghebeur (pgoetghebeur(a)mac.com) which
  3234.   fixes PPP/SLIP support on Mac OS X.
  3235.  
  3236. o Applied dozens of nmap-services portnumber mapping updates
  3237.   researched and sent by palante(a)subterrain.net
  3238.  
  3239. o Updated nmap-rpc to the latest version from Eilon Gishri
  3240.   (eilon(a)aristo.tau.ac.il)
  3241.  
  3242. o Fixed --resume option to better detect all of the previously scanned
  3243.   hosts in an -oN file (bug report from Adam.Scott(a)predictive.com )
  3244.  
  3245. o Adjusted random IP generator (for -iR) to account for newly
  3246.   allocated ip space from
  3247.   http://www.iana.org/assignments/ipv4-address-space as noted by Chad
  3248.   Loder (cloder(a)acm.org)
  3249.  
  3250. o Updated config.sub and config.guess to the versions in
  3251.   automake-1.6.2 .
  3252.  
  3253. o Applied patch from Markus A. Nonym (g17m0(a)lycos.com) which checks
  3254.   for a recent version of GTK+ in ./configure before even trying to
  3255.   build NmapFE (avoids the previous ugly compiler errors).
  3256.  
  3257. o Applied patch from benkj(a)gmx.it which fixes misbehavior when Nmap
  3258.   would receive EOF (including ^D) in interactive mode.
  3259.  
  3260. o Fixed format string bugs (not the security-related kind) found by
  3261.   Takehiro YONEKURA (yonekura(a)obliguard.com) and Kuk-hyeon Lee 
  3262.   (errai(a)inzen.com)
  3263.  
  3264. o Applied patch from Greg Steuck (greg-nmap-dev(a)nest.cx) which fixes
  3265.   an alignment problem in charpool.c that could cause bus errors on
  3266.   64-bit platforms.
  3267.  
  3268. o Applied portability fix patch from Matt Christian (mattc(a)visi.com)
  3269.  
  3270. Nmap 2.54BETA36
  3271.  
  3272. o Fixed major connect scan problem introduced in BETA35
  3273.  
  3274. o Changed NmapFE to use the version number 2.54BETA36 rather than
  3275.   0.2.54BETA36.  I had to do this because RedHat took the liberty of
  3276.   releasing a so-called "2.54BETA31" version of nmap-frontend in their
  3277.   7.3 distribution.  Thus my upgrades were failing to install on such
  3278.   systems because a "later" version is already installed.
  3279.  
  3280. Nmap 2.54BETA35
  3281.  
  3282. o Fixed an issue that could cause the abort message "Serious time
  3283.   computation problem in adjust_timeout ...".  If you still see this,
  3284.   please let me know.
  3285.  
  3286. o Fixed Windows compilation (and I really mean it this time -- tested
  3287.   myself).
  3288.  
  3289. o Applied configure script patch to recognize Solaris 2.10 when it
  3290.   eventually becomes available (from James Carlson
  3291.   (james.d.carlson(a)east.sun.com)
  3292.  
  3293. o Applied some portability fixes from Albert Chin
  3294.   (china(a)thewrittenword.com)
  3295.  
  3296. o Applied libpcap aclocal.m4 patch to enable debugging (-g) when
  3297.   compiling libpcap with gcc.  Patch from Ping Huang
  3298.   (pshuang(a)alum.mit.edu)
  3299.  
  3300. o Restructured "TCP probe port" output message a bit as suggested by
  3301.   Ping Huang (pshuang(a)alum.mit.edu)
  3302.  
  3303. Nmap 2.54BETA34
  3304.  
  3305. o Windows compilation fixed thanks to new VC++ project file (nmap.dsp) sent
  3306.   by Evan Sparks (gmplague(a)sdf.lonestar.org) (I had forgotten to include 
  3307.   the new main.c).
  3308.  
  3309. o Various nmap-services updates
  3310.  
  3311. o Fixed a bunch of typos and capitalization issues in
  3312.   nmap-os-fingerprints by applying patch sent in by Royce Williams
  3313.   (royce(a)alaska.net).
  3314.  
  3315. Nmap 2.54BETA33
  3316.  
  3317. o Tons of OS fingerprint updates.  More than 100 fingerprints added or
  3318.   changed, including OpenBSD 3, FreeBSD 4.5, Solaris 9 pre-release,
  3319.   Commodor 64 (with the TFE Ethernet Card and uIP stack), Compaq iPAQ,
  3320.   Cisco IOS 12.2(8), AIX 5.1, IRIX 6.5.15, various
  3321.   Redback/Racal/Juniper/BigIP/HP/Siemens/Brocade/Quantum devices,
  3322.   numerous printers/switches, KRONOS network clock, WTI Network Power
  3323.   Switch, Windows XP, and many more.  Thanks to everyone who
  3324.   contributed!
  3325.  
  3326. o Applied fix for an important RPC scanning bug sent in by Pasi Eronen
  3327.   (pasi.eronen(a)nixu.com)
  3328.  
  3329. o Applied fix for nasty OS fingerprinting bug found by William
  3330.   Robertson (wkr(a)cs.ucsb.edu)
  3331.  
  3332. o Do not show uptime when obviously spoofed (eg OpenBSD 3.0)
  3333.  
  3334. o Slightly changed (I hope improved) the whitespace in Nmap output so
  3335.   that messages relating to the same host are kept together (and
  3336.   different hosts different separated by newlines).
  3337.  
  3338. o Moved main() function into a new file, cleverly named main.c.
  3339.  
  3340. Nmap 2.54BETA32
  3341.  
  3342. o Applied Windows pinging fix and from Andy Lutomirski
  3343.   (Luto(a)myrealbox.com)
  3344.  
  3345. o Applied a few more Windows fixes from Andy.
  3346.  
  3347. o Fixed a flaw in several error-checking statements noted by Giacomo
  3348.   Cariello (jwk(a)bug.it)
  3349.  
  3350. o Applied Win32 compilation fixes sent by Kirby Kuehl (kkuehl(a)cisco.com)
  3351.   and jens.vogt(a)bluewin.ch
  3352.  
  3353. Nmap 2.54BETA31
  3354.  
  3355. o Added ICMP Timestamp and Netmask ping types (-PP and -PM).  These
  3356.   (especially timestamp) can be useful against some hosts that do not
  3357.   respond to normal ping (-PI) packets.
  3358.  
  3359. o Documented the --data_length option and made it work with all the
  3360.   ICMP ping types (echo request, netmask, and timestamp).
  3361.  
  3362. o Added check for strings.h before including it in portlist.c .  This
  3363.   fixes a compilation problem on some versions of Windows.  Problem
  3364.   first noted by Michael Vorin (mvorin(a)hotmail.com)
  3365.  
  3366. o Applied patch from Andy Lutomirski (Luto(a)myrealbox.com) which fixes
  3367.   a crash on some Windows platforms when timeouts occur.
  3368.  
  3369. o Fixed "grepable output" (-oG) so that it prints IPID sequence class
  3370.   rather than printing the TCP ISN sequence index twice.  Problem
  3371.   noted by Russell Fulton (r.fulton(a)auckland.ac.nz)
  3372.  
  3373. o Added mysterious, undocumented --scanflags option.
  3374.  
  3375. o Applied patch from Andy Lutomirski (Luto(a)myrealbox.com) which fixes
  3376.   some important Windows bugs.  Apparently this can cause a dramatic
  3377.   speedup in some circumstances.  The patch had other misc. changes
  3378.   too.
  3379.  
  3380. o Fix bug noted by Chris V (iselldrugstokidsonline(a)yahoo.com) in which
  3381.   Nmap could segmentation fault with the (bogus) command: './nmap -sO
  3382.   -p 1-65535 hostname' (protocol only can go up to 255).  That being
  3383.   said, Nmap should never segfault just because of bogus options.
  3384.  
  3385. o Fixed problem noted by Maximiliano (emax25(a)arnet.com.ar) where Nmap
  3386.   would get stuck in a (nearly) infinite loop when you try to "resume"
  3387.   a random host (-iR) scan.
  3388.  
  3389. o Included a number of fingerprint updates, but I still have many more
  3390.   web submissions to go through.  Also made some nmap-services
  3391.   portlist updates.
  3392.  
  3393. o Included a bunch of fixes (mostly to prevent compiler warnings) from
  3394.   William McVey (wam(a)cisco.com)
  3395.  
  3396. Nmap 2.54BETA30
  3397.  
  3398. o Added a Document Type Definition (DTD) for the Nmap XML output
  3399.   format (-oX) to the docs directory.  This allows validating parsers
  3400.   to check nmap XML output files for correctness.  It is also useful
  3401.   for application programmers to understand the XML output structure.
  3402.   The DTD was written by William McVey (wam(a)cisco.com) of Cisco Secure 
  3403.   Consulting Services ( http://www.cisco.com/go/securityconsulting ).
  3404.  
  3405. o Merged in a number of Windows fixes/updates from Andy Lutomirski
  3406.   (Luto(a)myrealbox.com)
  3407.  
  3408. o Merged in fixes/updates (mostly to the Windows functionality) from
  3409.   Matt Hargett (matt(a)use.net)
  3410.  
  3411. o Applied patch by Colin Phipps (cph(a)netcraft.com) which correctly
  3412.   encodes special characters in the XML output.
  3413.  
  3414. o Applied patch by William McVey (wam(a)cisco.com) which adds the uptime
  3415.   information printed with -O to the XML output format.
  3416.  
  3417. o Fixed byte-order bug in Windows packet matching code which caused
  3418.   -PS and -PT to fail.  Bug found and patch sent by Tim Adam
  3419.   (tma(a)osa.com.au)
  3420.  
  3421. o Fixed segfault problem with "-sU -F".  Nobody reported this until I
  3422.   noticed it :(.  Anytime you see "Segmentation Fault" in the latest
  3423.   version of Nmap, it is probably a bug -- please mail me the command
  3424.   you used, the OS/platform you are running on, and whether it is
  3425.   reproducable.
  3426.  
  3427. o Added a convenience option "-oA (basefilename)".  This tells Nmap to
  3428.   log in ALL the major formats (normal, grepable, and XML).  You give
  3429.   a base for the filename, and the output files will be base.nmap,
  3430.   base.gnmap, and base.xml.
  3431.  
  3432. o Documented the --append_output option which tells Nmap to append
  3433.   scan results to any output files you have specified rather than
  3434.   overwriting the files.
  3435.  
  3436. o Integrate TIMEVAL_SEC_SUBTRACT() fix by Scott Renfro (scott(a)renfro.org)
  3437.   which improves timing accuracy.
  3438.  
  3439. Nmap 2.54BETA29
  3440.  
  3441. o Integrated William McVey's multi-portlist patch.  This allows you to
  3442.   specify different port numbers when scanning both TCP & UDP.  For
  3443.   example, if you want to UDP for 53,111 and 137 while TCP scanning
  3444.   for 21-25,80,139,515,6000,8080 you could do: nmap -sSU -p
  3445.   U:53,111,137,T:21-25,80,139,515,6000,8080 target.com .  Prior to
  3446.   this patch, you had to either use different Nmap executions or scan
  3447.   both UDP & TCP of each port.  See the man page for more usage info.
  3448.  
  3449. o Added/updated a bunch of fingerprints, including Windows XP release
  3450.   candidates #1 & #2, OpenBSD 2.9, various home gateways/cable modem,
  3451.   MacOS X 10.0.4, Linux 2.4.7, Guantlet Firewall 4.0a, a few Cisco
  3452.   routers, and, most importantly, the Alcatel Advanced Reflexes IP
  3453.   Phone :).  Many other fingerprints were updated as well.
  3454.  
  3455. o Found and fixed some relatively major memory leaks based on reports
  3456.   sent in by H D Moore (hdm(a)secureaustin.com), mugz
  3457.   (mugz(a)x-mafia.org), and Steven Van Acker (deepstar(a)ulyssis.org)
  3458.  
  3459. o Applied patch from Chad Loder (chad_loder(a)rapid7.com) which improves
  3460.   random target host selection (-iR) by excluding more undesirable
  3461.   addresses.
  3462.  
  3463. o Fixed portscan timing bug found by H D Moore (hdm(a)secureaustin.com).
  3464.   This bug can occur when you specify a --max_rtt_timeout but not
  3465.   --initial_rtt_timeout and then scan certain firewalled hosts.
  3466.  
  3467. o Fixed port number printing bug found by "Stephen Leavitt"
  3468.   (stephen_j_leavitt(a)hotmail.com)
  3469.  
  3470. o The Nmap source tarball now extracts with more lenient permissions
  3471.   (sometimes world-readable or world-executable, but never
  3472.   world-writable).  If you don't want this, set your umask to 077
  3473.   (which is what I do).  Suggested by Line Printer (lps(a)rahul.net)
  3474.  
  3475. Nmap 2.54BETA28
  3476.  
  3477. o I hope that I have fixed the Libpcap "Unknown datalink type" problem that
  3478.   many people reported.  If you still receive this error, please send
  3479.   me the following info:
  3480.   1) Full output of Nmap including the command you typed
  3481.   2) What OS/OS version you are using
  3482.   3) What type of interface is the scan going through (PPP, ISDN, ethernet,
  3483.      PPPoE, etc)
  3484.   4) Whether you compiled from source or used the RPM version
  3485.  
  3486. o Hopefully fixed Libpcap lex/yacc generated file problem that
  3487.   plagued a few folks.
  3488.  
  3489. o Various minor fixes/changes/updates
  3490.  
  3491. Nmap 2.54BETA27
  3492.  
  3493. o Fixed bug that caused "adding open port" messages to be printed even
  3494.   when verbose mode was not specified. (patch sent by Doug Hoyte (
  3495.   dugely(a)yahoo.com ).
  3496.  
  3497. o Fixed bug in zombie:port option parsing in Idlescan as well a few
  3498.   other bugs in patch sent by Germano Caronni (gec(a)acm.org)
  3499.  
  3500. o Fixed Windows compilation (I broke it when I added Idlescan).
  3501.  
  3502. o Fixed a (Win32 only) port identification bug which would cause some
  3503.   ports to be listed as "unknown" even when Nmap should know their
  3504.   name.  This was found at patched by David Griffiths
  3505.   (davidg(a)intrinsica.co.uk).
  3506.  
  3507. o Fixed more nmap-os-fingerprints syntax/grammar violations found by
  3508.   Raymond Mercier of VIGILANTe
  3509.  
  3510. o Fixed a memory leak in Nbase str*casecmp() functions by applying
  3511.   patch sent by Matt (matt(a)use.net).  I plan to kill this whole
  3512.   strcasecmp.c file as soon as possible (it is a mess).
  3513.  
  3514. Nmap 2.54BETA26
  3515.  
  3516. o Added Idlescan (IPID blind scan).  The usage syntax is 
  3517.   "-sI [zombie]".
  3518.  
  3519. o Fixed a bunch of fingerprints that were corrupt due to violations of
  3520.   the fingerprint syntax/grammar (problems were found by Raymond
  3521.   Mercier of VIGILANTe )
  3522.  
  3523. o Fixed command-line option parsing bug found 
  3524.   by "m r rao" (mrrao(a)del3.vsnl.net.in )
  3525.  
  3526. o Fixed an OS fingerprinting bug that caused many extra packets to be
  3527.   sent if you request a lot of decoys.
  3528.  
  3529. o Added some debug code to help diagnose the "Unknown datalink type"
  3530.   error.  If Nmap is giving you this error, please send the following
  3531.   info to fyodor@insecure.org : 1) The full output from Nmap
  3532.   (including the command arguments) 2) What OS and OS version are you
  3533.   using 3) What type of adaptor are you using (modem, ethernet, FDDI,
  3534.   etc)
  3535.  
  3536. o Added a bunch of IDS sensor/console/agent port numbers from
  3537.   Patrick Mueller (pmueller(a)neohapsis.com)
  3538.  
  3539. Nmap 2.54BETA25
  3540.  
  3541. o Added a whole bunch of new OS fingerprints (and adjustments) ranging
  3542.   from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD 4.3,
  3543.   Cisco 12.2.1, MacOS X, etc) to some that are more obscure ( such as
  3544.   Apple Color LaserWriter 12/660 PS and VirtualAccess LinxpeedPro 120 )
  3545.  
  3546. o Upgraded Libpcap to the latest version (0.6.2) from tcpdump.org.  I
  3547.   modified the build system slightly by shipping pre-generated
  3548.   scanner.c/grammer.c (instead of using lex/yacc) and I also upgraded
  3549.   to the newest config.sub/config.guess .
  3550.  
  3551. o Fixed some issues with the new Libpcap under Linux (patches will be
  3552.   sent to the developers).
  3553.  
  3554. o Added "All zeros" IP.ID sequence classification to account for the
  3555.   new Linux 2.4 scheme which seems to use 0 whenever the DF bit is set
  3556.   (probably a good idea).
  3557.  
  3558. o Tweaked TCP Timestamp and IP.ID sequence classification algorithms
  3559.  
  3560. Nmap 2.54BETA24
  3561.  
  3562. o Fixed compilation problems on MacOS X publis release.  Thanks to
  3563.   Nicolas Dawson (nizcolas(a)myrealbox.com) for securing an account for
  3564.   me.
  3565.  
  3566. o On the suggestion of the ever-helpful LaMont Jones (lamont(a)hp.com),
  3567.   I obtained the newest config.guess/config.sub from
  3568.   http://subversions.gnu.org/cgi-bin/cvsweb/config and made
  3569.   libpcap/nbase use symlinks rather than copeis of the file
  3570.  
  3571. o Applied patch from LaMont Jones (lamont(a)hp.com) which makes Nmap
  3572.   compatible with gcc 3.0 (apparently printf() is a macro in that
  3573.   version)
  3574.  
  3575. o Applied patch from Colin Phipps (cph(a)netcraft.com) which fixes a
  3576.   problem that kept UDP RPC scanning from working unless you were also
  3577.   doing a TCP scan.
  3578.  
  3579. o Applied a patch from Chris Eagle (cseagle(a)redshift.com) which fixes
  3580.   Windows compilation (I broke it with a recent change).
  3581.  
  3582. o Updated Lithuanian translation of man page based on a newer version sent 
  3583.   by Aurimas Mikalauskas (inner(a)crazy.lt)
  3584.  
  3585. o Killed carriage returns in nmap.c and nmapfe.c, which caused
  3586.   problems for some (SGI) compilers.  Problem noted by Artur
  3587.   Niederstebruch (artur(a)sgi.com)
  3588.  
  3589. o Updated to latest version of rpc program number list, maintained by
  3590.   Eilon Gishri (eilon(a)aristo.tau.ac.il)
  3591.  
  3592. o Fixed a quoting bug in the Nmap man page found by 
  3593.   Rasmus Andersson (rasmus(a)pole-position.org)
  3594.  
  3595. o Applied RPM spec file changes from "Benjamin Reed"
  3596.   (ranger(a)befunk.com) which allows you to avoid building the frontend
  3597.   by adding "--define frontend 0" to the build command (eg --rebuild,
  3598.   --ba, etc).
  3599.  
  3600. Nmap 2.54BETA22
  3601.  
  3602. o Eliminated usage of u_int32_t (was causing compilation errors on
  3603.   some Sun and HP boxes).  Problem first noted by Nick Munger
  3604.   (nmunger(a)Oswego.EDU) and Ralf Hildebrandt
  3605.   (Ralf.Hildebrandt(a)innominate.com) and Antonin Sprinzl
  3606.   (Antonin.Sprinzl(a)tuwien.ac.at)
  3607.  
  3608. o Defined integer-width typedefs such as u32/s32/u16/etc. in Nbase.
  3609.   Went through much of the Nmap code and substituted these in where
  3610.   correct lengths are important (port numbers, IP addresses, etc).
  3611.  
  3612. Nmap 2.54BETA21
  3613.  
  3614. o Cleaned up a few build/distribution issues that were reported by
  3615.   LaMont Jones (lamont(a)hp.com)
  3616.  
  3617. o Fixed compiler warning noted by Gabor Z. Papp (gzp(a)papp.hu) )
  3618.  
  3619. Nmap 2.54BETA20 
  3620.  
  3621. o Added TCP Timestamp sequence checking for OS detection and
  3622.   Netcraft-style uptime tests.
  3623.  
  3624. o Found and fixed (I hope) byte alignment problem which was causing
  3625.   bus errors on SPARC64 ( reported by H D Moore
  3626.   (hdm(a)secureaustin.com) and Matthew Franz (mfranz(a)cisco.com) )
  3627.  
  3628. o Apple Darwin (Mac OS X) 1.2 portability patch from Rob Braun
  3629.   (bbraun(a)synack.net)
  3630.  
  3631. o Added IPID sequence number predictability report (also now used in
  3632.   OS detection).
  3633.  
  3634. o Show actual IPID, TCP ISN, and TCP timestamp values in XML format
  3635.   output rather than just the cooked results.
  3636.  
  3637. o Suppress IPID and TCP ISN predictability report unless you use -v
  3638.   (you need -O as well).
  3639.  
  3640. o Applied Solaris 8 compilation fixes from Germano Caronni (
  3641.   gec(a)acm.org )
  3642.  
  3643. o Applied configure.in variable name typo fixes from Christian
  3644.   Weisgerber (naddy(a)openbsd.org)
  3645.  
  3646. o Applied some more changes from Andy Lutomirski
  3647.   (Luto(a)mailandnews.com) which provides better detection and
  3648.   reporting from some heinous errors.
  3649.  
  3650. o Added -n and -R (always/never DNS resolve) options to the man page.
  3651.  
  3652. Nmap 2.54BETA19
  3653.  
  3654. o I ported NmapFE to Windows so that Win32 users can use the graphical
  3655.   interface.  It generally works, although I haven't tested much.
  3656.   Patches welcome!
  3657.  
  3658. o Various little fixes and cleanups, especially to the Windows port.
  3659.  
  3660. o Applied patch from Andy Lutomirski (Luto(a)mailandnews.com) which
  3661.   enhances some of the Win* error messages and adds the --win_trace
  3662.   debugging option.
  3663.  
  3664. o Applied some patches from Jay Freeman (saurik(a)saurik.com)
  3665.   o New --data_length option adds indicated number of random data
  3666.     bytes to send with scan packet and tcp ping packet (does not
  3667.     currently work with ICMP ping packet).  Does not affect OS
  3668.     detection, RPC, or connect() scan packets.
  3669.     o Windows portability fixes
  3670.     o Various other little fixes.
  3671.  
  3672. o Renamed rpc.h and error.h because they conflict with Windows include
  3673.   files.  By the way, this was a pain to figure out because VC++ is
  3674.   such a crappy compiler!  It basically just says problem in
  3675.   "foobar.h" without giving you any idea how foobar.h got included!
  3676.   gcc gives you a nice message tracing the chain of include files!
  3677.  
  3678. Nmap 2.54BETA16
  3679.  
  3680. o Upgraded to latest version of Winpcap ( 2.1-beta )
  3681.  
  3682. o Merged in Windows port code from Ryan Permeh ( ryan(a)eeye.com) and
  3683.   Andy Lutomirski ( Luto(a)mailandnews.com ).
  3684.  
  3685. o Took out C++ compiler test from nbase configure script.  It was
  3686.   inserted accidently, but I found it interesting that only 2 people
  3687.   complained about this causing them problems.  I guess most everyone
  3688.   already has C++ compilers.
  3689.  
  3690. o Applied patch from Steve Bleazard (steve(a)bleazard.com) which fixed
  3691.   bug in internal Smoothed Round Trim Time calculations.
  3692.  
  3693. o Fixed CFLAGS computation error in configure.  Problem discovered and
  3694.   patched by Fredrik Lundholm (exce7(a)ce.chalmers.se)
  3695.  
  3696. o Added more debugging code for "Unknown datalink type" error -- if
  3697.   you get this, please send me the full error msg including hex
  3698.   values.
  3699.  
  3700. o Added Portuguese man page translations from Antonio Pires de Castro
  3701.   Junior (apcastro(a)ic.unicamp.br).
  3702.  
  3703. o Capitalized all references to God in error messages.
  3704.  
  3705. Nmap 2.54BETA7
  3706.  
  3707. o Applied patch from Hubert Feyrer
  3708.   (hubert.feyrer(a)informatik.fh-regensburg.de) which adds support for
  3709.   the new NetBSD DLT_PPP_* types.
  3710.  
  3711. o Updated to Eilon Gishri's (eilon(a)aristo.tau.ac.il) newest version
  3712.   of nmap-rpc at ftp://ftp.tau.ac.il/pub/users/eilon/rpc/rpc
  3713.  
  3714. o Moved a bunch of the scanning engine related functions to new files
  3715.   (scan_engine.c and scan_engine.h ).  Timing functions were moved to
  3716.   the new timing.c/timing.h .  Other stuff was shifted to
  3717.   tcpip.c/tcpip.h.  At some point, nmap.c will only contain the Nmap
  3718.   command line UI.
  3719.  
  3720. o Updated Russian version of man page from Alex Volkov (topcat(a)nm.ru)
  3721.  
  3722. Nmap 2.54BETA6
  3723.  
  3724. o Added XML output (-oX).  Hopefully this will help those of you
  3725.   writing Nmap front ends and other tools that utilize Nmap.  The
  3726.   "machine-readable" output has been renamed "grepable" (-oG) to
  3727.   emphasize that XML is now the preferred machine-readable output
  3728.   format.  But don't worry if your tool uses -oM , that format (and
  3729.   the deprecated -oM flag) won't go away any time soon (if ever).
  3730.   Thanks to Stou Sandalski (tangui(a)cell2000.net) and Fredrick Paul
  3731.   Eisele (phreed(a)gmail.com) for sending proposals that inspired the
  3732.   format used.
  3733.  
  3734. o Applied patch from Stefan Rapp (s.rapp(a)hrz.uni-dortmund.de) which
  3735.   fixes a variable argument integer promotion problem in the new
  3736.   snprintf compatibility file.  This is important for Redhat 7
  3737.   systems.
  3738.  
  3739. o Reorganized output-related routines so that they now reside in
  3740.   output.c & output.h.  Let me know if I accidently screwed up the
  3741.   behavior of any scan types in the process.
  3742.  
  3743. Nmap 2.54BETA5
  3744.  
  3745. o Revamped the 'compatibility libraries' subsystem.  Moved all of that
  3746.   to a new library called 'libnbase' and changed Nmap and NmapFE to
  3747.   use that.  I included a better version of *snprintf and some other
  3748.   compatibility files.  Obviously I cannot test these changes on every
  3749.   whacked OS that needs this compatibility cruft, so please let me
  3750.   know if you run into compilation problems.
  3751.  
  3752. o Fixed a problem found by Martyn Tovey (martyn(a)netcraft.com) when
  3753.   using Nmap on platforms that dislike division by zero.
  3754.  
  3755. o Removed 128.210.*.* addresses from Nmap man page due to complaints
  3756.   from Purdue security staff.
  3757.  
  3758. o Fixed FreeBSD (some versions) compilation problem found by Martyn
  3759.   Tovey (martyn(a)netcraft.com)
  3760.  
  3761. Nmap 2.54BETA4
  3762.  
  3763. o Upgraded to the very latest Libpcap version ( the 9/3/00 CVS
  3764.   snapshot ).  This version is from the tcpdump.org group rather than
  3765.   the Lawrence Livermore crew.  The most important advantage is Linux
  3766.   Socket Filter support (so you won't have that annoying syslog
  3767.   message about Nmap using the obsolete SOCK_PACKET interface).
  3768.  
  3769. o I tried to install Nmap on yet another machine without lex/yacc or
  3770.   flex/bison.  That was the last straw!  I am now shipping the
  3771.   generated C files, which eliminates the lex/yacc requirement.
  3772.  
  3773. o Applied patch by Jay Freeman (saurik) (saurik(a)saurik.com) to make
  3774.   Nmap C++-clean (this was lot of tedious work!  Thanks!).  Note that
  3775.   Nmap still uses a normal C compiler by default, but Nmap derivatives
  3776.   may appreciate C++ compatibility.  Note that this only applies to
  3777.   "Nmap proper", not libpcap.
  3778.  
  3779. o Added a HACKING file for people who want to help with Nmap
  3780.   development.  It describes preferred patch formats, development
  3781.   resources, and offers a number of useful changes that would likely
  3782.   be accepted into the main tree.
  3783.  
  3784. o Fixed a configure.in error found by Vacuum
  3785.   (vacuum(a)technotronic.com) which could cause compilation errors.
  3786.  
  3787. o Fingerprint file adjustments for better Win* detection
  3788.  
  3789. o Ensure libpcap is not configured and/or installed if you already
  3790.   have a "new enough" version (0.4a6+) installed.
  3791.  
  3792. o Included Italian translation of Nmap man page from Giorgio Zoppi
  3793.   (deneb(a)supereva.it) .
  3794.  
  3795. o Fixed a SYN scan problem that could cause a major slowdown on some
  3796.   busy networks.
  3797.  
  3798. o Fixed a crash problem in NmapFE reported by sverre ( sverre(a)gmx.net )
  3799.  
  3800. o Added an "SInfo" line to most printed fingerprints.  It looks
  3801.   similar to this:
  3802.   SInfo(V=2.54BETA4%P=i686-pc-linux-gnu%D=9/4%Time=9681031%O=7%C=1)
  3803.   and contains information useful when fingerprints are reported (Nmap
  3804.   version/platform, scan date, and open/closed ports used)
  3805.  
  3806. o Fixed RPCGrind (-sR) scan.  It has been almost completely broken
  3807.   since 2.54BETA2 (which has been out for two weeks) and nobody
  3808.   reported it!  I noticed the problem myself during testing of
  3809.   something else.  I am disappointed that nobody bothered to even let
  3810.   me know that this was broken.  Does anyone even use RPC Scan?
  3811.  
  3812. o Various other small fixes/improvements
  3813.  
  3814. Nmap 2.54BETA3
  3815.  
  3816. o Went through and added/adjusted a bunch of fingerprints.  A lot of
  3817.   people submitted Windows Millenium Edition (WinME) beta
  3818.   fingerprints, but nobody submitted IPs for them.  So please let me
  3819.   know if this version detects your WinME boxes.
  3820.  
  3821. o Applied NmapFE patch from Michael Fischer v. Mollard (mfvm(a)gmx.de)
  3822.   which made did the following:
  3823.   o Added delete event so that NmapFE always quits when you kill it
  3824.     with your window manager
  3825.   o added the menubar to the vbox instead to the fixed widget
  3826.  
  3827. o Various small fixes/improvements
  3828.  
  3829. Nmap 2.54BETA2
  3830.  
  3831. o Added a shortcut which can make single port SYN scans of a network
  3832.   much faster.  For example, if a new sendmail vulnerability is found,
  3833.   this reduces the time it takes to scan your whole network for port
  3834.   25.  This shortcut takes effect when you do "-PS[port] -sS
  3835.   -p[port]".  For example 'nmap -n -sS -p25 -PS25 24.0.0.0/8".  This
  3836.   optimization doubled the scan speed in a 30,000 IP test I performed.
  3837.  
  3838. o Added -sL (List scan).  Just as ping scan (-sP) allows you to short
  3839.   circuit the scan right after pinging, -sL allows you to short
  3840.   circuit the scan right after target selection.  This allows you to
  3841.   see what hosts WOULD be scanned without actually doing it.  The
  3842.   hosts will be resolved unles you use -n.  Primary uses:
  3843.   1) Get all the IPs in a network (like A.B.C.D/16) and take out
  3844.      machines that are too fragile to be scanned safely before
  3845.      calling Nmap with the new list (using -iL).
  3846.   2) Test that a complex spec like 128.4,5,7-9.*.7 does what you
  3847.      expect before actual scanning.
  3848.   3) When all you want to do is resolve a bunch of IPs.
  3849.   4) You just want results of a zone transfer (if it is implemented).
  3850.  
  3851. o Added some new fingerprints and adjusted some others based on
  3852.   submissions to the DB (I still have a lot more to go through so
  3853.   don't worry if your submission is still not detected).
  3854.  
  3855. o Added a warning when you scan 0 hosts (eg "nmap -v").  There are
  3856.   various other output tweaks as well.
  3857.  
  3858. o Ensured that 0.0.0.0 can be scanned by nmap (although on some OSs,
  3859.   like Linux, it won't work due to what seem to be kernel bugs).  Oh
  3860.   well.  I'll look into it later.
  3861.  
  3862. Nmap 2.54BETA1
  3863.  
  3864. o Added an extremely cool scan type by Gerhard Rieger ( rieger at
  3865.   iue.tuwien.ac.at ) -- IP Protocol scanning.  Basically it sends a
  3866.   bunch of IP headers (no data) with different "protocol" fields to
  3867.   the host.  The host then (usually) sends back a protocol unreachable
  3868.   for those that it does not support.  By exclusion, nmap can make a
  3869.   list of those that are supported.  This is similar in concept to
  3870.   (and is implemented using most of the same scanning routines as) UDP
  3871.   scanning.  Note that some hosts do not send back protocol
  3872.   unreachables -- in that case all protocols will appear "open".
  3873.  
  3874. o Fixed an uninitialized variable problem in NmapFE (found by Alvin
  3875.   Starr (alvin at iplink.net )
  3876.  
  3877. o Fixed a packaging problem that lead to the Nmap man page being
  3878.   included twice in the .tgz .
  3879.  
  3880. o Fixed dangling nroff include in xnmap man page (noted by Debian Nmap
  3881.   package maintainer LaMont Jones (lamont(a)security.hp.com)
  3882.  
  3883. o Give a warning when no targets at all are specified
  3884.  
  3885. o Updated 'make uninstall' so that it deletes all relevant files
  3886.  
  3887. o Included latest nmap-rpc from Eilon Gishri (eilon at aristo.tau.ac.il)
  3888.  
  3889. o Eliminated -I. from Nmap's and NmapFE's makefiles (suggested by "Jay
  3890.   Freeman (saurik)" (saurik at saurik.com)
  3891.  
  3892. o Added Russian documentation by Alex Volkov
  3893.  
  3894. o Added Lithuanian documentation from Aurimas Mikalauskas (inner(a)dammit.lt) 
  3895.  
  3896. Nmap 2.53
  3897.  
  3898. o Fixed a commenting issue that could cause trouble for non-GNU
  3899.   compilers (first found by Jan-Frode Myklebust (janfrode at
  3900.   parallab.uib.no))
  3901.  
  3902. o A few new services to nmap-services
  3903.  
  3904. Nmap 2.52
  3905.  
  3906. o Added very simple man pages for xnmap/nmapfe (lack of man pages for
  3907.   these was noticed by LaMont Jones (lamont(a)hp.com), the Debian Nmap
  3908.   package maintainer, based on bug report by Adrian Bunk
  3909.   (bunk(a)fs.tum.de ).
  3910.  
  3911. o Fixed a "Status: Down" machine name output problem in machine
  3912.   parseable logs found by Alek O. Komarnitsky (alek(a)ast.lmco.com)
  3913.  
  3914. o Took some wierd files out of the doc directory (cd, grep , vi, and
  3915.   .swp)
  3916.  
  3917. o Fixed some typos found by Thomas Klausner (wiz(a)danbala.ifoer.tuwien.ac.at)
  3918.  
  3919. o Updated nmap-rpc with new entries found in the latest version of
  3920.   Eilon Gishri's rpc list.
  3921.  
  3922. Nmap 2.51
  3923.  
  3924. o Fixed target parsing bug found by Steve Horsburgh (shorsburgh(a)horsburgh.com).
  3925.  
  3926. o Changed makefile/rpm to store fingerprint, rpc, and services file in
  3927.   $prefix/share/nmap rather than $prefix/lib/nmap , since these files
  3928.   are architecture independent.  You should now use ./configure
  3929.   --datadir instead of ./configure --libdir to change the default
  3930.   location.  Suggested by Thomas Klausner
  3931.   (wiz(a)danbala.ifoer.tuwien.ac.at).
  3932.  
  3933. o I am now including Eilon Gishri's (eilon(a)aristo.tau.ac.il) rpc
  3934.   number list (which he recently merged with the Nmap 2.50 rpc list).
  3935.  
  3936. o Included Spanish and French HTML versions of the Nmap man page (may
  3937.   not always be up to date).
  3938.  
  3939. Nmap 2.50
  3940.  
  3941. o Fixed an IP calculation error which could occur in some cases where
  3942.   you scan machines on different devices (like lo and eth0).  This
  3943.   problem was discoved by Jonathan Fine (jfine(a)psu.edu).
  3944.  
  3945. o Fixed a problem that could, in rare cases, cause a SYN scan scan to
  3946.   crash (the error message was "attempt to add port number X with
  3947.   illegal state 0").  This problem was reported by Erik Benner
  3948.   (erik(a)xyzzy.net)
  3949.  
  3950. o Changed the .spec file so that RPM versions create a xnmap link to
  3951.   nmapfe ( the normal make install has done this for a long time ).
  3952.  
  3953. Nmap 2.3BETA21
  3954.  
  3955. o A number of people reported problems with nmapfe in various
  3956.   environments (specifically gdk errors, hangs, and crashes).  I think
  3957.   that is now fixed.  Let me know if you still have the problem (make
  3958.   sure the title bar says BETA21).
  3959.  
  3960. o Added a bunch of OS fingerprints based on all the contributions in
  3961.   the last month or so.
  3962.  
  3963. o Fixed a bug that completely broke RPC scanning in BETA19.
  3964.  
  3965. o Added list of ports scanned near the top of each machine log WHEN
  3966.   -v was specified.  Here is an example of the format:
  3967.   # Ports scanned: TCP(13;1-10,22,25) UDP(0;)
  3968.   The "13" above is the number of TCP ports being scanned.
  3969.  
  3970. o Got rid of a snprintf() from nmapfe sine some systems don't have it
  3971.   :( and I'm to lazy to integrate in the snprintf that comes with nmap
  3972.   right now.
  3973.  
  3974. o Fixed important target IP range parsing bug found by Jean-Yves Simon
  3975.   ( lethalwp(a)linuxbe.org ).
  3976.  
  3977. o Applied patch by albert chin (china at thewrittenword.com) which
  3978.   adds --with-libpcap[=DIR] option to configure and and adds an
  3979.   elegant approach for -lnsl and -lsocket checking to configure .
  3980.  
  3981. o Fixed a bug which could cause Nmap to mark a port filtered based on
  3982.   ICMP dest. unreachable packets relating to a different host than the
  3983.   one being scanned.
  3984.  
  3985. o Fixed output problem relating to ident scan noted by Peter Marschall
  3986.   ( peter.marschall at mayn.de )
  3987.  
  3988. o Applied patch to services.c by Andrew Brown (atatat(a)atatdot.net)
  3989.   which prevents some useless debugging (-d) output when reading some
  3990.   kindss of /etc/services files.
  3991.  
  3992. o Added "Host: [machinename] (ip) Status: Down" to machine logs when
  3993.   the verbose option is given (just like down hosts are reported to
  3994.   stdout when verbose is given).  Suggested by Alek Komarnitsky.
  3995.  
  3996. o Applied NetBSD compatibility patch provided by Mipam (reinoud at
  3997.   ibbnet.org) which changes an autoconf macro to check for
  3998.   getopt_long_only instead of getopt_long.
  3999.  
  4000. o Nmap used to print an inaccuracy warning when no open TCP ports were
  4001.   found on the target machine.  Due to a bug, this was not always
  4002.   being printed.  Problem found by Matt (matt at use.net) and Ajay
  4003.   Gupta2 (Ajay.Gupta2 at ey.com).
  4004.  
  4005. o Added the number of ports in the ignored state right after the state
  4006.   name in machine parseable logs.  It used to looke like: "Ignored
  4007.   State: closed" whereas now it looks like: "Ignored State: closed
  4008.   (1508)" Meaning that 1508 ports were closed and thus are not
  4009.   specifically enumerated.
  4010.  
  4011. o Changed all nmapfe calls to gdk_font_load into gdk_fontset_load .
  4012.   Bennett Feitell (bfeitell at panix.com) suggested that this fixed
  4013.   some nmapfe font problems.
  4014.  
  4015. Nmap 2.3BETA20
  4016.  
  4017. o Applied patch sent in by s.rapp(a)hrz.uni-dortmund.de which fixes a
  4018.   memory alignment bug in osscan.c which could cause core dumps on
  4019.   machines which require aligned access (like SPARC).
  4020.  
  4021. o Fixed a compilation problem on machines that do not have MAP_FAILED
  4022.   defined (as a return value to mmap).  Problem noted by Phil
  4023.   Stracchino (alaric(a)babcom.com).
  4024.  
  4025. Nmap 2.3BETA19
  4026.  
  4027. o Tweaked the output so that it now tells how many ports are not shown
  4028.   and what state the ignored ports are in.  This info could be
  4029.   inferred before by people who had studied the manpage, but now the
  4030.   info is explicitly available.  I cleaned up a bunch of stuff
  4031.   internally to make this happen.  I hope I didn't break anything!
  4032.  
  4033. o Changed NmapFE so that it always kills any running Nmap process when
  4034.   you press exit. Problem noted by Marc Renner
  4035.   (mrenner(a)ci.marysville.wa.us)
  4036.  
  4037. o Apparently some Linux (glibc) systems now come with a "strcasestr"
  4038.   function.  So I have made autoconf look for this and use the native
  4039.   version if supported. (problem noted by Sami Farin
  4040.   (sfarin(a)ratol.fi)).
  4041.  
  4042. o Added a new attribute "Ignored State: xxx" to the machine parseable
  4043.   logs, where xxx is the state (closed, filtered, or UNfiltered) that
  4044.   is being ignored.  Ports in that state are not listed (they weren't
  4045.   listed in earlier versions either).  Perhaps I should list ALL ports
  4046.   for machine parseable output.  Opinions?
  4047.  
  4048. o Merged in a patch sent in by Mipam (reinoud(a)ibbnet.org) which is
  4049.   apparently part of the OpenBSD Nmap "port".  Although Nmap seems to
  4050.   work fine for me on my OpenBSD 2.4 box, a couple OpenBSD users have
  4051.   complained of problems.  Hopefully this will help. (it adds DLT_LOOP
  4052.   and DLT_ENC offset cases when reading from libpcap).
  4053.  
  4054. o A few really minor bugfixes.
  4055.  
  4056. Nmap 2.3BETA18
  4057.  
  4058. o Fixed a very important bug that occurred when SYN scanning
  4059.   localhost.  Many thanks to Dries Schellekens (
  4060.   gwyllion(a)ace.ulyssis.student.kuleuven.ac.be ) for first reporting
  4061.   the problem.
  4062.  
  4063. o Uros Prestor from TurboLinux informed us that the latest versions of
  4064.   Nmap work with Linux on the upcoming Intel Merced/Itanium IA-64
  4065.   processors.  He also said that the TurboLinux distribution includes
  4066.   Nmap.  Kudos to them!  As well as the other distros that support
  4067.   Nmap (Debian, Red Hat, Suse, Trinux) and of course FreeBSD, NetBSD,
  4068.   & OpenBSD.  Does anyone know if Nmap ships with the latest from
  4069.   Mandrake or Corel?  The latest Solaris includes some Free software.
  4070.   If anyone can get them to ship Nmap, I will buy you a case of beer
  4071.   :).
  4072.  
  4073. o Added a #define to change vsnprintf to vsprintf on machines which do
  4074.   not support the former (mostly Solaris 2.5.1 and earlier).  This
  4075.   function is less safe.  For people who care about security, we
  4076.   recommend an upgrade to Solaris 8 (or Linux/*BSD).
  4077.  
  4078. o Changed the NmapFE version to 0.[nmap_version] rather than always
  4079.   leaving it at 0.9.5 (which was confusing).  Thanks to J.D.K. Chipps
  4080.   (jdkc(a)woptura.com) for noticing this.
  4081.  
  4082. o Added support for "-vv" (means the same as "-v -v").  Older versions
  4083.   of Nmap supported it (noted by George Kurtz).
  4084.  
  4085. Nmap 2.3BETA17
  4086.  
  4087. o Added ACK scanning.  This scan technique (which van Houser and
  4088.   others have been bugging me to add for years :), is great for
  4089.   testing firewall rulesets.  It can NOT find open ports, but it can
  4090.   distinguish between filtered/unfilterd by sending an ACK packet to
  4091.   each port and waiting for a RST to come back.  Filtered ports will
  4092.   not send back a RST (or will send ICMP unreachables).  This scan
  4093.   type is activated with -sA .
  4094.  
  4095. o Documented the Window scan (-sW) which Lamont Granquist added in
  4096.   September 99.
  4097.  
  4098. o Added a whole bunch of OS fingerprints that people have submitted.
  4099.  
  4100. o "Protocol" field in output eliminated.  It is now printed right next
  4101.   to the number (/etc/services style).  Like "22/tcp".  I wonder what
  4102.   I should put in the extra white space this leaves on the report :).
  4103.  
  4104. o Added --resume option to continue a large network scan where you
  4105.   left off.  This is useful for recovering from errors (modem drops
  4106.   carrier, network outage, etc).  It also allows you to start and stop
  4107.   for policy reasons (like if a client only wants you to scan on
  4108.   weekends or at night) or if you want to run the scan on a different
  4109.   host.  Usage is 'nmap --resume logfile' where logfile can be either
  4110.   normal (-oN) or machine parseable (-oM) logfile from the scan that
  4111.   was aborted.  No other options can be given (the options in the
  4112.   logfile from the original scan will be used).  Nmap will start off
  4113.   with the host after the last one successfully scanned in the log
  4114.   file.
  4115.  
  4116. o Added --append_output option which causes -oN/-oM/-oS to APPEND to
  4117.   the output file you specify rather than overwriting it.
  4118.  
  4119. o Various internal code cleanup, makefile fixes, etc.
  4120.  
  4121. o Changed version number from 2.3BETA* to 2.30BETA* to appease various
  4122.   packaging systems that thought 2.3BETA was < 2.12 .
  4123.  
  4124. o Nmap output to files now correctly flushes output after scanning for
  4125.   each host is finished.
  4126.  
  4127. o Fixed compiler -L flags error found by Ralf Hildebrandt
  4128.   (R.Hildebrandt(a)tu-bs.de)
  4129.  
  4130. o Fixed configure scripts so that options you give to the Nmap
  4131.   configure (like --prefix ) are also passed to the nmapfe configure
  4132.   script.  This problem was noted by Ralf Hildebrandt
  4133.   (R.Hildebrandt(a)tu-bs.de).  While I was at it, I added some other
  4134.   cleanups to the system.
  4135.  
  4136. o Added --noninteractive option for when nmap is called from scripts
  4137.   (where stuff like prompting users for info is unacceptable).  It
  4138.   does not currently do anything (Nmap never prompts) and script
  4139.   writers should probably wait until at least May '2000 so their
  4140.   scripts still work with earlier versions of Nmap.
  4141.  
  4142. o Updated to the latest config.guess and config.sub from Autoconf 2.13
  4143.  
  4144. o Applied patch by Sven (s.carstens(a)gmx.de> which fixes a
  4145.   segmentation fault problem in Nmapfe colored mode as well as some
  4146.   output niceties.
  4147.  
  4148. o Changed some C++ comments to C-style for portability (noticed by
  4149.   "Sergei V. Rousakov" (sergei(a)cas.Vanderbilt.Edu) )
  4150.  
  4151. Nmap 2.3BETA14
  4152.  
  4153. o Peter Kosinar (goober(a)gjh.sk) performed some cleanup of the output
  4154.   routines and as a bonus he added skript kiddie output mode!!!  Try
  4155.   it out by adding "-oS - " to your nmap command line.  Note that
  4156.   using '-' to represent stdout instead of a filename is something you
  4157.   can do with any of the output modes.
  4158.  
  4159. o Ensured that Nmap always gives up on ident scan after the first port
  4160.   attempt finds it to be closed (problem noticed by Matt
  4161.   (matt(a)use.net))
  4162.  
  4163. o Changed strsep's in nmapfe to more portable strtok's (should
  4164.   especially help Nmapfe compiles on Solaris)
  4165.  
  4166. o Changed permutation algorithm to make port order and host order
  4167.   shuffling more random.
  4168.  
  4169. o Various minor changes and internal code cleanup.
  4170.  
  4171. o Fixed integer overflow that was limiting the max --host_timeout
  4172.   value to about 2,000,000 milliseconds (~1/2 hour).  The limit is now
  4173.   about 4,000,000,000 milliseconds (~1 month).  I really hope you
  4174.   don't need more than that :).
  4175.  
  4176. Nmap 2.3BETA13
  4177.  
  4178. o I made Nmap smarter about detecting filtering during UDP, Xmas,
  4179.   NULL, and FIN scans.
  4180.  
  4181. o Updated Nmapfe to 0.9.5 (+ a patch from NmapFE author Zach Smith)
  4182.  
  4183. o Fixed a problem where NmapFE would fail to honor $PATH (Noticed by
  4184.   K. Scott Rowe (kscott(a)nmt.edu)
  4185.  
  4186. o Added a couple ICMP unreachable messages Nmap was missing (found by
  4187.   Bifrost (bifrost(a)minions.com)).
  4188.  
  4189. o Internal cleanup that improves the way some port lists are stored.
  4190.  
  4191. o Added some more RPC numbers from (mmmorris(a)netscape.net)
  4192.  
  4193. o Relaxed the dependency requirements of nmapfe rpm (now will accept
  4194.   any version of Nmap).
  4195.  
  4196. Nmap 2.3BETA12
  4197.  
  4198. o Added interactive mode which adds convenience for managing nmap
  4199.   sessions and also enhances privacy.  Get to it with --interactive
  4200.   and then type 'h' for help.
  4201.  
  4202. o Added/modified many fingerprints including the latest 2.3.X Linux
  4203.   releases, the latest Win2000 builds, the Apple Airport Wireless
  4204.   device, and several dozen more.
  4205.  
  4206. o Migrated to RPM .spec file sent in by Tim Powers
  4207.   (timp(a)redhat.com).  That is the file they will be using to package
  4208.   Nmap with the power tools CD in the next Redhat release.  The most
  4209.   important changes are that Nmap (only the RPM version) now installs
  4210.   in /usr/* instead of /usr/local/* and the frontend is now
  4211.   dynamically linked with GTK and comes in a separate rpm.
  4212.  
  4213. o The -i (input from list) option has been deprecated.  From now on
  4214.   you should use -iL [filename] to read from a list or -iR to have
  4215.   Nmap generate random IPs to scan.  This -iR option is new.
  4216.  
  4217. o The -o and -m options have been deprecated.  From now on, you should
  4218.   use -oN for normal (human readable) output and -oM for machine
  4219.   parseable output.  At some point I might add -oH (HTML output) or
  4220.   -oSK (sKr|pt kiDdi3 0uTPut).
  4221.  
  4222. o Added --randomize_hosts option, which causes hosts be be scanned in
  4223.   non-sequential order.  This makes scans less conspicuous.  For
  4224.   efficiency reasons, the hosts are chopped into groups of 2048 and
  4225.   then each group is internally shuffled (the groups still go in
  4226.   order).
  4227.  
  4228. o Rearranged the help ('nmap -h' or 'nmap' or 'nmap --help') screen to
  4229.   be shorter (37 -> 23 lines!) and include some of the new features of
  4230.   this release.  The man page was updated as well.
  4231.  
  4232. o Fixed longstanding bug where nmap -sS mylocalnetwork/24 would not
  4233.   successfully scan the host running nmap.
  4234.  
  4235. o Internal improvements to make scanning faster with -i (input list)
  4236.   or when you specify multiple machines on the command line.
  4237.  
  4238. o Uses faster GCD algorithm and fixed several typos (sent in by Peter
  4239.   Kosinar).
  4240.  
  4241. o Provide more information in machine/human readable output files
  4242.   (start time, end time, RPC program name, Nmap version number)
  4243.  
  4244. o Killed the -A option (if you don't know what that is then you won't
  4245.   miss it.  In fact, even if you do know what it is you won't miss
  4246.   it.)
  4247.  
  4248. Nmap 2.3BETA10
  4249.  
  4250. o Added about 70 new OS fingerprints so that Nmap can detect more
  4251.   systems.  The most important new fingerprints are probably:
  4252.   * The new SP5+ NT boxes -- After all these years MS FINALLY made
  4253.     sequence prediction harder (on NT anyway).
  4254.   * Solaris 8 Pre-Release
  4255.   * Sega Dreamcast (Hack that!)
  4256.   * Latest Windows 2000 builds
  4257.   * OpenBSD 2.6
  4258.  
  4259. Nmap 2.3BETA9
  4260.  
  4261. o Applied patch by Mark Abene (Phiber Optik) to fix several type
  4262.   length issues so that it works on Linux/Alpha.
  4263.  
  4264. o Applied patch by Matthieu Verbert (mve(a)zurich.ibm.com) to speed up OSScan
  4265.  
  4266. Nmap 2.3Beta8
  4267.  
  4268. o Added "firewall mode" timing optimizations which can decrease the
  4269.   ammount of time neccessary to SYN or connect scan some heavily
  4270.   filtered hosts.
  4271.  
  4272. o Added min_rtt_timeout timing option (see man page for details)
  4273.  
  4274. o Changed "TCP Ping" to use a random ACK value rather than 0 (an IDS
  4275.   called Snort was using this to detect Nmap TCP Pings).
  4276.  
  4277. o Some changes for better Alpha/Linux support based on investigation
  4278.   by Bill Beers (wbeers(a)carolina.rr.com)
  4279.  
  4280. o Applied changes for FDDI support by Tobias J. Nijweide (tobias(a)mesa.nl)
  4281.  
  4282. o Applied a socket binding patch from LaMont Jones
  4283.   (lamont(a)security.hp.com) which can be useful when using -S to
  4284.   specify one of multiple interfaces on a machine.
  4285.  
  4286. o Made OS detection smart enough to first check scan results for a
  4287.   known closed port instead of immediately resorting to a random one.
  4288.   This improves OS detection against some machines behind packet
  4289.   filters. (suggested by van Hauser)
  4290.  
  4291. o Applied a shortcut suggestion by Thomas Reinke which can lead to a
  4292.   tremendous speedup against some firewalled hosts.
  4293.  
  4294. o Added some ports commonly used for RPC to nmap-services
  4295.  
  4296. o Fixed a problem with the timing of an RPC scan (could come before
  4297.   the UDP scans they rely on)
  4298.  
  4299. o Added a number of new ports to nmap-services
  4300.  
  4301. Nmap 2.3Beta6
  4302.  
  4303. o Added sophisticated timing controls to give the user much more
  4304.   control over Nmap's speed.  This allows you to make Nmap much more
  4305.   aggressive to scan hosts faster, or you can make Nmap more "polite"
  4306.   -- slower but less likely to wreak havoc on your Network.  You can
  4307.   even enforce large delays between sending packets to sneak under IDS
  4308.   thresholds and prevent detection.  See the new "Timing Options"
  4309.   section of the Nmap man page for more information on using this.
  4310.  
  4311. o Applied Lamont Granquist's (lamontg(a)u.washington.edu) Window scan
  4312.   patch (I changed the name from ACK scan to Window scan since I may
  4313.   add another scan that uses ACK packets and I don't want them to be
  4314.   confused).  -sW activates this scan type.  It is mostly effective
  4315.   against BSD, AIX, Digital UNIX, and various older HP/UX, SunOS, and
  4316.   VAX. (See nmap-hackers mailing list archives for an extensive list).
  4317.  
  4318. o Added various long options people expect to see like --version ,
  4319.   --help , --usage , etc.  Some of the new timing options are also long.
  4320.   I had to add getopt_long C files since most non-Linux boxes don't
  4321.   support getopt_long in libc.
  4322.  
  4323. o Human readable (-o) output changed to include the time/date of the
  4324.   scan.  Suggested by van Hauser.
  4325.  
  4326. Nmap 2.3-Beta5
  4327.  
  4328. o Changed RPC output based on suggestions by David O'Brien
  4329.   (obrien(a)NUXI.com) and Lance Spitzner (lance(a)spitzner.net).  I
  4330.   got rid of the "(Non-RPC)" unnecessary clutter which appeared after
  4331.   each non RPC port and the "(untested)" that appeard after each
  4332.   "filtered" port.
  4333.  
  4334. o Added a ton of new OS fingerprints people submitted.  I had about
  4335.   400 in my inbox.  Of course, almost 100 of them were submissions for
  4336.   www.windows2000test.com :).
  4337.  
  4338. o Changed the machine parseable output of RPC information to include
  4339.   the version information.  If we figured out the RPC info, it is now
  4340.   provided as "program-num*lowversion-highversion".  If we didn't get
  4341.   the number, but we think the port is RPC, the field simply contains
  4342.   "R".  If we believe the port is NOT RPC, then the field contains
  4343.   "N".  If the field is empty, we did not RPC scan the port.  Thanks
  4344.   to H D Moore (nlog(a)ings.com) for making me aware how much the
  4345.   earlier machine parseable RPC logging sucked :).
  4346.  
  4347. Nmap 2.3-Beta4
  4348.  
  4349. o Added direct (non-portmapper) RPC scanning to determine what RPC
  4350.   program is listening on a particular port.  This works for UDP and
  4351.   TCP ports and is currently implemented using sockets (which means
  4352.   you can't use decoys, but on the other hand you don't have to be
  4353.   root).  Thanks go to ga (ga(a)capyork.com) for writing sample code
  4354.   to demonstrate the technique.  The RPC services list included with
  4355.   nmap was compiled by Vik Bajaj (vbajaj(a)sas.upenn.edu) with help
  4356.   from various members of the nmap-hackers list.
  4357.  
  4358. o Fixed a problem that could cause freezes when you scan machines on
  4359.   at least two different types of interfaces as part of the same
  4360.   command.
  4361.  
  4362. o Identified and found workaround for Linux kernel bug which allows
  4363.   connect() to sometimes succeed inapropriately when scanning closed
  4364.   ports on localhost.
  4365.  
  4366. o Fixed problems relating to people who specify the same port more
  4367.   than once on the command line.  While the right answer is "well,
  4368.   don't do that!", I decided to fix nmap to handle this gracefully.
  4369.  
  4370. o Tweaked UDP scanning to be more effective against Solaris ICMP error
  4371.   limiting.
  4372.  
  4373. o Fixed strtol() integer overflow problem found by Renaud Deraison
  4374.   (deraison(a)cvs.nessus.org)
  4375.  
  4376. o The HTML translation of the Man page at
  4377.   http://www.insecure.org/nmap/nmap_manpage.html should now be
  4378.   complete (man2html was dropping lines before).
  4379.  
  4380. o Added a note in the man page that Nmap 2.0+ is believed to be
  4381.   COMPLETELY Y2K COMPLIANT!  I've been getting a lot of letters from
  4382.   laywers about that recently.  You should still be able to port scan
  4383.   on Jan 1st (well ... as long as you have electricity and gangs of
  4384.   looting thugs haven't stolen your computers :)
  4385.  
  4386. Nmap 2.2-Beta4
  4387.  
  4388. o Integrated nmapfe code from Zach Smith to allow the nmapfe output
  4389.   window to resize when you resize the nmapfe window.
  4390.  
  4391. o Integrated patch sent in by Stefan Erben (stefan(a)erben.com) which
  4392.   allows nmap to recognize and ignore null interfaces.  If you were
  4393.   getting a bogus error like "eth0 not found in /proc/net/route" then
  4394.   this should solve your problem.
  4395.  
  4396. o Applied patch from Alexander Savelyev (fano(a)ham.kiev.ua) which
  4397.   gives nmap the parameters necessary to support SLIP and PPP on BSDI
  4398.   systems.
  4399.  
  4400. o Upgraded to a new version of shtool (1.2.3)
  4401.  
  4402. Nmap 2.2-Beta3
  4403.  
  4404. o Adopted Ralf S. Engelschall's excellent shtool script for
  4405.   simplifying the nmap makefile and making it more portable
  4406.  
  4407. o Various other minor changes to nmapfe.
  4408.  
  4409. Nmap 2.2-Beta2
  4410.  
  4411. o Cleaned up build environment more, fixed up RPM and Makefile.in,
  4412.   eliminated the automake stuff.
  4413.  
  4414. o Added nmapfe feature to show nmap command as you change options
  4415.  
  4416. o Changed nmapfe to use a global MyWidgets struct rather than tons of
  4417.   global vars all over the place.
  4418.  
  4419. o Made nmapfe much smarter about rejecting stupid option attempts.  It
  4420.   now tries to correct things when you specify illegal options.
  4421.  
  4422. o GTK+ 1.0 compatibility fixes
  4423.  
  4424. o Integrated nmapfe changes from Zach
  4425.  
  4426. Nmap 2.2-BETA1
  4427.  
  4428. o Integrated in nmapfe -- a cool front end wrottem by Zach Smith (matrxweb(a)hotmail.com)
  4429.  
  4430. Nmap 2.12
  4431.  
  4432. o Changed the way tcp connect() scan determines the results of a
  4433.   connect() call.  Hopefully this will make nmap a little more
  4434.   portable.
  4435.  
  4436. o Got rid of the security warning message for people who are missing
  4437.   /dev/random and /dev/urandom due to complaints about the warning.
  4438.   This only silences the warnings -- it still uses relatively weak
  4439.   random number generation under Solaris and other systems that lack
  4440.   this functionality.
  4441.  
  4442. o Eliminated pow() calls on Linux boxes.  I think some sort of glibc
  4443.   bug was causing nmap to sigsegv in some cases inside of pow().  Most
  4444.   people weren't affected, but those who were would almost always
  4445.   SIGSEGV with -O.
  4446.  
  4447. o Fixed an rpm problem noted by Mark Smith (marks(a)senet.com.au)
  4448.  
  4449. Nmap 2.11
  4450.  
  4451. o Many new fingerprints added.  I received more than 300 submissions
  4452.   between this release and the last one.
  4453.  
  4454. o Fixed IRIX problems which prevented OS scanning from working on that
  4455.   platform.  The problem was researched and solution found by Lamont
  4456.   Granquist (lamontg(a)u.washington.edu).  You can also thank him for
  4457.   porting nmap to almost every UNIX around.
  4458.  
  4459. o Added support for '-m -' to redirect machine readable logs to stdout
  4460.   for shell pipelining, etc.  I also changed machine readable output
  4461.   to show service names now that we use a nmap specific services file
  4462.   rather than /etc/services.  These features were suggested by Dan
  4463.   Farmer.  You can also thank him for SATAN (the auditing tool).
  4464.  
  4465. o Fixed a link-list bug that could cause hangs in UDP,FIN,NULL, and
  4466.   XMAS scans.  Also fixed a ptr problem that could cause SIGSEGV.
  4467.   These problem were discovered and tracked down by Ben Laurie
  4468.   (ben(a)algroup.co.uk).  You can also thank him for Apache, OpenSSL,
  4469.   and Apache-SSL.
  4470.  
  4471. o Fixed installation problem for people without a /usr/local/man/man1
  4472.   directory.  Found by Jeffrey Robertson (a-jeffro(a)microsoft.com).
  4473.   I guess you can thank him for Win98 ;).
  4474.  
  4475. o Several other little fixes to the installation script and minor
  4476.   scanner tweaks.
  4477.  
  4478. Nmap 2.10
  4479.  
  4480. o Private test release 
  4481.  
  4482. Nmap 2.09
  4483.  
  4484. o Private test release 
  4485.  
  4486. Nmap 2.08
  4487.  
  4488. o Bugfix for problem that can cause nmap to appear to "freeze up" for
  4489.   long periods of time when run on some busy networks. (found by
  4490.   Lamont Granquist)
  4491.  
  4492. Nmap 2.07
  4493.  
  4494. o Fixed a lockup on Solaris (and perhaps other proprietary UNIX
  4495.   systems) caused by a lack of /dev/random & /dev/urandom and a rand()
  4496.   that only returns values up to 65535.  Users of Free operating
  4497.   systems like Linux, FreeBSD, or OpenBSD probably shouldn't bother
  4498.   upgrading.
  4499.  
  4500. Nmap 2.06
  4501.  
  4502. o Fixed compile problems on machines which lack snprintf() (found by
  4503.   Ken Williams (jkwilli2(a)unity.ncsu.edu))
  4504.  
  4505. o Added the squid proxy to nmap-services (suggested by Holger Heimann)
  4506.  
  4507. o Fixed a problem where the new memory allocation system was handing
  4508.   out misaligned pointers.
  4509.  
  4510. o Fixed another memory allocation bug which probably doesn't cause any
  4511.   real-life problems.
  4512.  
  4513. o Made nmap look in more places for nmap-os-fingerprints
  4514.  
  4515. Nmap 2.05
  4516.  
  4517. o Tons of new fingerprints.  The number has grown by more than 25%.
  4518.   In particular, Charles M. Hannum (root(a)ihack.net) fixed several
  4519.   problems with NetBSD that made it easy to fingerprint and he sent me
  4520.   a huge new batch of fingerprints for various NetBSD releases down to
  4521.   1.2.  Other people sent NetBSD fingerprints down to 1.0.  I finally
  4522.   got some early Linux fingerprints in (down to 1.09).
  4523.  
  4524. o Nmap now comes with its own nmap-services which I created by merging
  4525.   the /etc/services from a bunch of OS' and then adding Netbus, Back
  4526.   Orifice, etc.
  4527.  
  4528. o Random number generation now takes advantage of the /dev/urandom or
  4529.   /dev/random that most Free operating systems offer.
  4530.  
  4531. o Increased the maximum number of OS guesses nmap will make, told nmap
  4532.   never to give you two matches where the OS names are byte-to-byte
  4533.   equivalent.  Fixed nmap to differentiate between "no OS matches
  4534.   found" and "too many OS matches to list".
  4535.  
  4536. o Fixed an information leak in the packet TTL values (found by HD
  4537.   Moore (hdmoore(a)usa.net))
  4538.  
  4539. o Fixed the problem noted by Savva Uspensky about offsets used for
  4540.   various operating systems' PPP/SLIP headers.  Due to lack of
  4541.   responses regarding other operating systems, I have made assumptions
  4542.   about what works for BSDI, NetBSD, and SOLARIS.  If this version no
  4543.   longer works on your modem, please let me know (and tell me whether
  4544.   you are using SLIP/PPP and what OS you are running).
  4545.  
  4546. o Machine parseable logs are now more machine parseable (I now use a
  4547.   tab to seperate test result fields rather than the more ambiguous
  4548.   spaces.  This may break a few things which rely on the old format.
  4549.   Sorry.  They should be easy to fix.
  4550.  
  4551. o Added my nmap-fingerprintinting-article.txt to the distribution in
  4552.   the docs directory.
  4553.  
  4554. o Fixed problem where nmap -sS (my_ethernet_or_ppp_ip_address) would
  4555.   not correctly scan localhost (due to the kernel rerouting the
  4556.   traffic through localhost).  Nmap should now detect and work around
  4557.   this behavior.
  4558.  
  4559. o Applied patch sent to my by Bill Fenner (fenner(a)parc.xerox.com)
  4560.   which fixes various SunOS compatibility problems.
  4561.  
  4562. o Changed the makefile 'all' target to use install-sh rather than
  4563.   mkdir -p (doesn't work on some systems)
  4564.  
  4565. o Documentation updated and clarified slightly.
  4566.  
  4567. o Added this CHANGELOG file to the distribution.
  4568.